#18C2A2

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

Shades of Light Sea Green #18C2A2

Tints of Light Sea Green #18C2A2

Color information

#18C2A2 (or 0x18C2A2) is unknown color: approx Light Sea Green. HEX triplet: 18, C2 and A2. RGB value is (24,194,162). Sum of RGB (Red+Green+Blue) = 24+194+162=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #18C2A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C2A2 is #E73D5D. Grayscale: #8B8B8B. Windows color (decimal): -15154526 or 10666520. OLE color: 10666520.

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

Color convert

RGB24194162-
CMYK0.8800.160.24
HSL168.71º77.98%42.75%-
HSV(B)168.71º87.63%76.08%-
XYZ26.1941.3940.79-
YUV139.52140.6845.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.32%
GREEN value IS 194 (76.17% from 255) = 51.05%
BLUE value IS 162 (63.67% from 255) = 42.63%
R=6.32%
G=51.05%
B=42.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241941620.8800.160.24168.7177.9842.75
Hex18C2A25801018a94e2b
Octal303022421300203025111653
Binary110001100001010100010101100001000011000101010011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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