#18B99C

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

Shades of Light Sea Green #18B99C

Tints of Light Sea Green #18B99C

Color information

#18B99C (or 0x18B99C) is unknown color: approx Light Sea Green. HEX triplet: 18, B9 and 9C. RGB value is (24,185,156). Sum of RGB (Red+Green+Blue) = 24+185+156=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #18B99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B99C is #E74663. Grayscale: #858585. Windows color (decimal): -15156836 or 10271000. OLE color: 10271000.

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

Color convert

RGB24185156-
CMYK0.8700.160.27
HSL169.19º77.03%40.98%-
HSV(B)169.19º87.03%72.55%-
XYZ23.7337.2937.4-
YUV133.56140.6649.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.58%
GREEN value IS 185 (72.66% from 255) = 50.68%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=6.58%
G=50.68%
B=42.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241851560.8700.160.27169.1977.0340.98
Hex18B99C570101Ba94d29
Octal302712341270203325111551
Binary110001011100110011100101011101000011011101010011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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