Html Css Color HEX #18A8AA Light Sea Green

📋 copy color: '#18A8AA'

red 24 ◦ green 168 ◦ blue 170

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

Shades of Light Sea Green #18A8AA

Tints of Light Sea Green #18A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.41%

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

R = 6.63%
G = 46.41%
B = 46.96%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#18A8AA (or 0x18A8AA) is known color: Light Sea Green. HEX triplet: 18, A8 and AA. RGB value is (24,168,170). Sum of RGB (Red+Green+Blue) = 24+168+170=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #18A8AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A8AA is #E75755. Grayscale: #7D7D7D. Windows color (decimal): -15161174 or 11184152. OLE color: 11184152.

HSL color Cylindrical-coordinate representation of color #18A8AA: hue angle of 180.82º 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 #18A8AA is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 168 170 -
CMYK 0.86 0.01 0 0.33
HSL 180.82º 0.75% 0.38% -
HSV(B) 180.82º 0.86% 0.67% -
XYZ 21.64 31.1 42.89 -
YUV 125.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 24 168 170 0.86 0.01 0 0.33 180.82 0.75 0.38
Hex 18 A8 AA 56 1 0 21 B5 4B 26
Octal 30 250 252 126 1 0 41 265 113 46
Binary 11000 10101000 10101010 1010110 1 0 100001 10110101 1001011 100110

Color Harmonies of #18A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A8AA

Black with #18A8AA

Text Example


Text Example

White with #18A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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