#18B9A6

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

Shades of Light Sea Green #18B9A6

Tints of Light Sea Green #18B9A6

Color information

#18B9A6 (or 0x18B9A6) is unknown color: approx Light Sea Green. HEX triplet: 18, B9 and A6. RGB value is (24,185,166). Sum of RGB (Red+Green+Blue) = 24+185+166=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #18B9A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B9A6 is #E74659. Grayscale: #868686. Windows color (decimal): -15156826 or 10926360. OLE color: 10926360.

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

Color convert

RGB24185166-
CMYK0.8700.100.27
HSL172.92º77.03%40.98%-
HSV(B)172.92º87.03%72.55%-
XYZ24.6137.6542.05-
YUV134.7145.6649.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.4%
GREEN value IS 185 (72.66% from 255) = 49.33%
BLUE value IS 166 (65.23% from 255) = 44.27%
R=6.4%
G=49.33%
B=44.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241851660.8700.100.27172.9277.0340.98
Hex18B9A6570A1Bad4d29
Octal302712461270123325511551
Binary11000101110011010011010101110101011011101011011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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