#18B99F

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

Shades of Light Sea Green #18B99F

Tints of Light Sea Green #18B99F

Color information

#18B99F (or 0x18B99F) is unknown color: approx Light Sea Green. HEX triplet: 18, B9 and 9F. RGB value is (24,185,159). Sum of RGB (Red+Green+Blue) = 24+185+159=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #18B99F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B99F is #E74660. Grayscale: #858585. Windows color (decimal): -15156833 or 10467608. OLE color: 10467608.

HSL color Cylindrical-coordinate representation of color #18B99F: hue angle of 170.31º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B99F is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB24185159-
CMYK0.8700.140.27
HSL170.31º77.03%40.98%-
HSV(B)170.31º87.03%72.55%-
XYZ23.9837.438.75-
YUV133.9142.1649.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.52%
GREEN value IS 185 (72.66% from 255) = 50.27%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=6.52%
G=50.27%
B=43.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241851590.8700.140.27170.3177.0340.98
Hex18B99F570E1Baa4d29
Octal302712371270163325211551
Binary11000101110011001111110101110111011011101010101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,185,159); }

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

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

 a { background-color: rgb(24,185,159); }

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

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

 span { border-color: rgb(24,185,159); }

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