#18C9B7

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

Shades of Light Sea Green #18C9B7

Tints of Light Sea Green #18C9B7

Color information

#18C9B7 (or 0x18C9B7) is unknown color: approx Light Sea Green. HEX triplet: 18, C9 and B7. RGB value is (24,201,183). Sum of RGB (Red+Green+Blue) = 24+201+183=408 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.88% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #18C9B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C9B7 is #E73648. Grayscale: #919191. Windows color (decimal): -15152713 or 12044568. OLE color: 12044568.

HSL color Cylindrical-coordinate representation of color #18C9B7: hue angle of 173.9º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C9B7 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB24201183-
CMYK0.8800.090.21
HSL173.9º78.67%44.12%-
HSV(B)173.9º88.06%78.82%-
XYZ29.8145.3951.99-
YUV146.02148.8640.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.88%
GREEN value IS 201 (78.91% from 255) = 49.26%
BLUE value IS 183 (71.88% from 255) = 44.85%
R=5.88%
G=49.26%
B=44.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal242011830.8800.090.21173.978.6744.12
Hex18C9B7580915ae4f2c
Octal303112671300112525611754
Binary11000110010011011011110110000100110101101011101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,201,183); }

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

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

 a { background-color: rgb(24,201,183); }

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

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

 span { border-color: rgb(24,201,183); }

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