#18c1a1

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

Shades of Light Sea Green #18C1A1

Tints of Light Sea Green #18C1A1

Color information

#18C1A1 (or 0x18C1A1) is unknown color: approx Light Sea Green. HEX triplet: 18, C1 and A1. RGB value is (24,193,161). Sum of RGB (Red+Green+Blue) = 24+193+161=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #18C1A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C1A1 is #E73E5E. Grayscale: #8A8A8A. Windows color (decimal): -15154783 or 10600728. OLE color: 10600728.

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

Color convert

RGB24193161-
CMYK0.8800.170.24
HSL168.64º77.88%42.55%-
HSV(B)168.64º87.56%75.69%-
XYZ25.8840.9140.25-
YUV138.82140.5146.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.35%
GREEN value IS 193 (75.78% from 255) = 51.06%
BLUE value IS 161 (63.28% from 255) = 42.59%
R=6.35%
G=51.06%
B=42.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241931610.8800.170.24168.6477.8842.55
Hex18C1A15801118a94e2b
Octal303012411300213025111653
Binary110001100000110100001101100001000111000101010011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18c1a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,193,161); }

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

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

 a { background-color: rgb(24,193,161); }

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

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

 span { border-color: rgb(24,193,161); }

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