Html Css Color HEX #18CCAA Light Sea Green

📋 copy color: '#18CCAA'

red 24 ◦ green 204 ◦ blue 170

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

Shades of Light Sea Green #18CCAA

Tints of Light Sea Green #18CCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.26%

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

R = 6.03%
G = 51.26%
B = 42.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#18CCAA (or 0x18CCAA) is known color: Light Sea Green. HEX triplet: 18, CC and AA. RGB value is (24,204,170). Sum of RGB (Red+Green+Blue) = 24+204+170=398 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.03% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #18CCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CCAA is #E73355. Grayscale: #929292. Windows color (decimal): -15151958 or 11193368. OLE color: 11193368.

HSL color Cylindrical-coordinate representation of color #18CCAA: hue angle of 168.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CCAA is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 170 -
CMYK 0.88 0 0.17 0.2
HSL 168.67º 0.79% 0.45% -
HSV(B) 168.67º 0.88% 0.8% -
XYZ 29.23 46.28 45.42 -
YUV 146.3 141.37 40.76 -
System Red Green Blue C M Y K H S L
Decimal 24 204 170 0.88 0 0.17 0.2 168.67 0.79 0.45
Hex 18 CC AA 58 0 11 14 A9 4F 2D
Octal 30 314 252 130 0 21 24 251 117 55
Binary 11000 11001100 10101010 1011000 0 10001 10100 10101001 1001111 101101

Color Harmonies of #18CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCAA

Black with #18CCAA

Text Example


Text Example

White with #18CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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