Html Css Color HEX #18CCAB Light Sea Green

📋 copy color: '#18CCAB'

red 24 ◦ green 204 ◦ blue 171

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

Shades of Light Sea Green #18CCAB

Tints of Light Sea Green #18CCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 6.02%
G = 51.13%
B = 42.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#18CCAB (or 0x18CCAB) is known color: Light Sea Green. HEX triplet: 18, CC and AB. RGB value is (24,204,171). Sum of RGB (Red+Green+Blue) = 24+204+171=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #18CCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CCAB is #E73354. Grayscale: #929292. Windows color (decimal): -15151957 or 11258904. OLE color: 11258904.

HSL color Cylindrical-coordinate representation of color #18CCAB: hue angle of 169º 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 #18CCAB is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 171 -
CMYK 0.88 0 0.16 0.2
HSL 169º 0.79% 0.45% -
HSV(B) 169º 0.88% 0.8% -
XYZ 29.32 46.32 45.92 -
YUV 146.42 141.87 40.68 -
System Red Green Blue C M Y K H S L
Decimal 24 204 171 0.88 0 0.16 0.2 169 0.79 0.45
Hex 18 CC AB 58 0 10 14 A9 4F 2D
Octal 30 314 253 130 0 20 24 251 117 55
Binary 11000 11001100 10101011 1011000 0 10000 10100 10101001 1001111 101101

Color Harmonies of #18CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCAB

Black with #18CCAB

Text Example


Text Example

White with #18CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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