Html Css Color HEX #1ABFBC Light Sea Green

📋 copy color: '#1ABFBC'

red 26 ◦ green 191 ◦ blue 188

#1ABFBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #1ABFBC

Tints of Light Sea Green #1ABFBC

RGB

 RED value IS 26 (10.55% from 255) = 6.42%

 GREEN value IS 191 (75% from 255) = 47.16%

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 6.42%
G = 47.16%
B = 46.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1ABFBC (or 0x1ABFBC) is known color: Light Sea Green. HEX triplet: 1A, BF and BC. RGB value is (26,191,188). Sum of RGB (Red+Green+Blue) = 26+191+188=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFBC is #E54043. Grayscale: #8D8D8D. Windows color (decimal): -15024196 or 12369690. OLE color: 12369690.

HSL color Cylindrical-coordinate representation of color #1ABFBC: hue angle of 178.91º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABFBC is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 191 188 -
CMYK 0.86 0 0.02 0.25
HSL 178.91º 0.76% 0.43% -
HSV(B) 178.91º 0.86% 0.75% -
XYZ 28.13 41.11 54.03 -
YUV 141.32 154.34 45.74 -
System Red Green Blue C M Y K H S L
Decimal 26 191 188 0.86 0 0.02 0.25 178.91 0.76 0.43
Hex 1A BF BC 56 0 2 19 B3 4C 2B
Octal 32 277 274 126 0 2 31 263 114 53
Binary 11010 10111111 10111100 1010110 0 10 11001 10110011 1001100 101011

Color Harmonies of #1ABFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFBC

Black with #1ABFBC

Text Example


Text Example

White with #1ABFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ABFBC; }

 p { color: rgb(26,191,188); }

 H1.HeaderClassName
 {
   color: #1ABFBC;
 }
 .AnyTagClassName
 {
   color: #1ABFBC;
 }
</style>

background-color css

<style>
 a { background-color: #1ABFBC; }

 a { background-color: rgb(26,191,188); }

 div.DivClassName
 {
   background-color: #1ABFBC;
 }
 .BgClassName
 {
   background-color: #1ABFBC;
 }
</style>

border-color css

<style>
 span { border-color: #1ABFBC; }

 span { border-color: rgb(26,191,188); }

 td.TdClassName
 {
   border-color: #1ABFBC;
 }
 .TagClassName
 {
   border-color: #1ABFBC;
 }
</style>