#18C2A6

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

Shades of Light Sea Green #18C2A6

Tints of Light Sea Green #18C2A6

Color information

#18C2A6 (or 0x18C2A6) is unknown color: approx Light Sea Green. HEX triplet: 18, C2 and A6. RGB value is (24,194,166). Sum of RGB (Red+Green+Blue) = 24+194+166=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #18C2A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C2A6 is #E73D59. Grayscale: #8B8B8B. Windows color (decimal): -15154522 or 10928664. OLE color: 10928664.

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

Color convert

RGB24194166-
CMYK0.8800.140.24
HSL170.12º77.98%42.75%-
HSV(B)170.12º87.63%76.08%-
XYZ26.5541.5342.69-
YUV139.98142.6845.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.25%
GREEN value IS 194 (76.17% from 255) = 50.52%
BLUE value IS 166 (65.23% from 255) = 43.23%
R=6.25%
G=50.52%
B=43.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241941660.8800.140.24170.1277.9842.75
Hex18C2A6580E18aa4e2b
Octal303022461300163025211653
Binary11000110000101010011010110000111011000101010101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,194,166); }

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

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

 a { background-color: rgb(24,194,166); }

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

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

 span { border-color: rgb(24,194,166); }

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