#18C3B2

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

Shades of Light Sea Green #18C3B2

Tints of Light Sea Green #18C3B2

Color information

#18C3B2 (or 0x18C3B2) is unknown color: approx Light Sea Green. HEX triplet: 18, C3 and B2. RGB value is (24,195,178). Sum of RGB (Red+Green+Blue) = 24+195+178=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #18C3B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C3B2 is #E73C4D. Grayscale: #8D8D8D. Windows color (decimal): -15154254 or 11715352. OLE color: 11715352.

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

Color convert

RGB24195178-
CMYK0.8800.090.24
HSL174.04º78.08%42.94%-
HSV(B)174.04º87.69%76.47%-
XYZ27.9342.4448.84-
YUV141.93148.3543.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.05%
GREEN value IS 195 (76.56% from 255) = 49.12%
BLUE value IS 178 (69.92% from 255) = 44.84%
R=6.05%
G=49.12%
B=44.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241951780.8800.090.24174.0478.0842.94
Hex18C3B2580918ae4e2b
Octal303032621300113025611653
Binary11000110000111011001010110000100111000101011101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,195,178); }

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

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

 a { background-color: rgb(24,195,178); }

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

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

 span { border-color: rgb(24,195,178); }

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