#18c5a2

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

Shades of Light Sea Green #18C5A2

Tints of Light Sea Green #18C5A2

Color information

#18C5A2 (or 0x18C5A2) is unknown color: approx Light Sea Green. HEX triplet: 18, C5 and A2. RGB value is (24,197,162). Sum of RGB (Red+Green+Blue) = 24+197+162=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #18C5A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C5A2 is #E73A5D. Grayscale: #8D8D8D. Windows color (decimal): -15153758 or 10667288. OLE color: 10667288.

HSL color Cylindrical-coordinate representation of color #18C5A2: hue angle of 167.86º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C5A2 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB24197162-
CMYK0.8800.180.23
HSL167.86º78.28%43.33%-
HSV(B)167.86º87.82%77.25%-
XYZ26.8642.7441.02-
YUV141.28139.6944.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.27%
GREEN value IS 197 (77.34% from 255) = 51.44%
BLUE value IS 162 (63.67% from 255) = 42.30%
R=6.27%
G=51.44%
B=42.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241971620.8800.180.23167.8678.2843.33
Hex18C5A25801217a84e2b
Octal303052421300222725011653
Binary110001100010110100010101100001001010111101010001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18c5a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,197,162); }

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

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

 a { background-color: rgb(24,197,162); }

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

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

 span { border-color: rgb(24,197,162); }

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