Html Css Color HEX #1ABFAA Light Sea Green

📋 copy color: '#1ABFAA'

red 26 ◦ green 191 ◦ blue 170

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

Shades of Light Sea Green #1ABFAA

Tints of Light Sea Green #1ABFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 6.72%
G = 49.35%
B = 43.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#1ABFAA (or 0x1ABFAA) is known color: Light Sea Green. HEX triplet: 1A, BF and AA. RGB value is (26,191,170). Sum of RGB (Red+Green+Blue) = 26+191+170=387 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.72% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABFAA is #E54055. Grayscale: #8B8B8B. Windows color (decimal): -15024214 or 11190042. OLE color: 11190042.

HSL color Cylindrical-coordinate representation of color #1ABFAA: hue angle of 172.36º 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 #1ABFAA is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 191 170 -
CMYK 0.86 0 0.11 0.25
HSL 172.36º 0.76% 0.43% -
HSV(B) 172.36º 0.86% 0.75% -
XYZ 26.31 40.38 44.44 -
YUV 139.27 145.34 47.21 -
System Red Green Blue C M Y K H S L
Decimal 26 191 170 0.86 0 0.11 0.25 172.36 0.76 0.43
Hex 1A BF AA 56 0 B 19 AC 4C 2B
Octal 32 277 252 126 0 13 31 254 114 53
Binary 11010 10111111 10101010 1010110 0 1011 11001 10101100 1001100 101011

Color Harmonies of #1ABFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFAA

Black with #1ABFAA

Text Example


Text Example

White with #1ABFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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