#18C0A4

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

Shades of Light Sea Green #18C0A4

Tints of Light Sea Green #18C0A4

Color information

#18C0A4 (or 0x18C0A4) is unknown color: approx Light Sea Green. HEX triplet: 18, C0 and A4. RGB value is (24,192,164). Sum of RGB (Red+Green+Blue) = 24+192+164=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #18C0A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C0A4 is #E73F5B. Grayscale: #8A8A8A. Windows color (decimal): -15155036 or 10797080. OLE color: 10797080.

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

Color convert

RGB24192164-
CMYK0.8800.150.25
HSL170º77.78%42.35%-
HSV(B)170º87.5%75.29%-
XYZ25.9340.5741.59-
YUV138.58142.3446.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.32%
GREEN value IS 192 (75.39% from 255) = 50.53%
BLUE value IS 164 (64.45% from 255) = 43.16%
R=6.32%
G=50.53%
B=43.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241921640.8800.150.2517077.7842.35
Hex18C0A4580F19aa4e2a
Octal303002441300173125211652
Binary11000110000001010010010110000111111001101010101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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