#18C0AA

Color #18C0AA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #18C0AA

Tints of Light Sea Green #18C0AA

Color information

#18C0AA (or 0x18C0AA) is unknown color: approx Light Sea Green. HEX triplet: 18, C0 and AA. RGB value is (24,192,170). Sum of RGB (Red+Green+Blue) = 24+192+170=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #18C0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C0AA is #E73F55. Grayscale: #8B8B8B. Windows color (decimal): -15155030 or 11190296. OLE color: 11190296.

HSL color Cylindrical-coordinate representation of color #18C0AA: hue angle of 172.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C0AA is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB24192170-
CMYK0.8800.110.25
HSL172.14º77.78%42.35%-
HSV(B)172.14º87.5%75.29%-
XYZ26.4840.844.51-
YUV139.26145.3445.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.22%
GREEN value IS 192 (75.39% from 255) = 49.74%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=6.22%
G=49.74%
B=44.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241921700.8800.110.25172.1477.7842.35
Hex18C0AA580B19ac4e2a
Octal303002521300133125411652
Binary11000110000001010101010110000101111001101011001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18C0AA;
 }
 .AnyTagClassName
 {
   color: #18C0AA;
 }
</style>
background-color css

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

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

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

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

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

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