Html Css Color HEX #1AC0A9 Light Sea Green

📋 copy color: '#1AC0A9'

red 26 ◦ green 192 ◦ blue 169

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

Shades of Light Sea Green #1AC0A9

Tints of Light Sea Green #1AC0A9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.61%

 BLUE value IS 169 (66.41% from 255) = 43.67%

R = 6.72%
G = 49.61%
B = 43.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#1AC0A9 (or 0x1AC0A9) is known color: Light Sea Green. HEX triplet: 1A, C0 and A9. RGB value is (26,192,169). Sum of RGB (Red+Green+Blue) = 26+192+169=387 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.72% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC0A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC0A9 is #E53F56. Grayscale: #8B8B8B. Windows color (decimal): -15023959 or 11124762. OLE color: 11124762.

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

Color convert

RGB 26 192 169 -
CMYK 0.86 0 0.12 0.25
HSL 171.69º 0.76% 0.43% -
HSV(B) 171.69º 0.86% 0.75% -
XYZ 26.44 40.78 44.01 -
YUV 139.74 144.5 46.87 -
System Red Green Blue C M Y K H S L
Decimal 26 192 169 0.86 0 0.12 0.25 171.69 0.76 0.43
Hex 1A C0 A9 56 0 C 19 AC 4C 2B
Octal 32 300 251 126 0 14 31 254 114 53
Binary 11010 11000000 10101001 1010110 0 1100 11001 10101100 1001100 101011

Color Harmonies of #1AC0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC0A9

Black with #1AC0A9

Text Example


Text Example

White with #1AC0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,192,169); }

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

background-color css

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

 a { background-color: rgb(26,192,169); }

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

border-color css

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

 span { border-color: rgb(26,192,169); }

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