Html Css Color HEX #18CCAC Light Sea Green

📋 copy color: '#18CCAC'

red 24 ◦ green 204 ◦ blue 172

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

Shades of Light Sea Green #18CCAC

Tints of Light Sea Green #18CCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43%

R = 6%
G = 51%
B = 43%

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

#18CCAC (or 0x18CCAC) is known color: Light Sea Green. HEX triplet: 18, CC and AC. RGB value is (24,204,172). Sum of RGB (Red+Green+Blue) = 24+204+172=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #18CCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CCAC is #E73353. Grayscale: #929292. Windows color (decimal): -15151956 or 11324440. OLE color: 11324440.

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

Color convert

RGB 24 204 172 -
CMYK 0.88 0 0.16 0.2
HSL 169.33º 0.79% 0.45% -
HSV(B) 169.33º 0.88% 0.8% -
XYZ 29.42 46.36 46.43 -
YUV 146.53 142.37 40.6 -
System Red Green Blue C M Y K H S L
Decimal 24 204 172 0.88 0 0.16 0.2 169.33 0.79 0.45
Hex 18 CC AC 58 0 10 14 A9 4F 2D
Octal 30 314 254 130 0 20 24 251 117 55
Binary 11000 11001100 10101100 1011000 0 10000 10100 10101001 1001111 101101

Color Harmonies of #18CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCAC

Black with #18CCAC

Text Example


Text Example

White with #18CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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