Html Css Color HEX #18AAA9 Light Sea Green

📋 copy color: '#18AAA9'

red 24 ◦ green 170 ◦ blue 169

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

Shades of Light Sea Green #18AAA9

Tints of Light Sea Green #18AAA9

RGB

 RED value IS 24 (9.77% from 255) = 6.61%

 GREEN value IS 170 (66.8% from 255) = 46.83%

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

R = 6.61%
G = 46.83%
B = 46.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#18AAA9 (or 0x18AAA9) is known color: Light Sea Green. HEX triplet: 18, AA and A9. RGB value is (24,170,169). Sum of RGB (Red+Green+Blue) = 24+170+169=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #18AAA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AAA9 is #E75556. Grayscale: #7E7E7E. Windows color (decimal): -15160663 or 11119128. OLE color: 11119128.

HSL color Cylindrical-coordinate representation of color #18AAA9: hue angle of 179.59º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AAA9 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 170 169 -
CMYK 0.86 0 0.01 0.33
HSL 179.59º 0.75% 0.38% -
HSV(B) 179.59º 0.86% 0.67% -
XYZ 21.91 31.81 42.52 -
YUV 126.23 152.13 55.08 -
System Red Green Blue C M Y K H S L
Decimal 24 170 169 0.86 0 0.01 0.33 179.59 0.75 0.38
Hex 18 AA A9 56 0 1 21 B4 4B 26
Octal 30 252 251 126 0 1 41 264 113 46
Binary 11000 10101010 10101001 1010110 0 1 100001 10110100 1001011 100110

Color Harmonies of #18AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AAA9

Black with #18AAA9

Text Example


Text Example

White with #18AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18AAA9; }

 p { color: rgb(24,170,169); }

 H1.HeaderClassName
 {
   color: #18AAA9;
 }
 .AnyTagClassName
 {
   color: #18AAA9;
 }
</style>

background-color css

<style>
 a { background-color: #18AAA9; }

 a { background-color: rgb(24,170,169); }

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

border-color css

<style>
 span { border-color: #18AAA9; }

 span { border-color: rgb(24,170,169); }

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