#18B5A9

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

Shades of Light Sea Green #18B5A9

Tints of Light Sea Green #18B5A9

Color information

#18B5A9 (or 0x18B5A9) is unknown color: approx Light Sea Green. HEX triplet: 18, B5 and A9. RGB value is (24,181,169). Sum of RGB (Red+Green+Blue) = 24+181+169=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #18B5A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B5A9 is #E74A56. Grayscale: #848484. Windows color (decimal): -15157847 or 11121944. OLE color: 11121944.

HSL color Cylindrical-coordinate representation of color #18B5A9: hue angle of 175.41º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B5A9 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB24181169-
CMYK0.8700.070.29
HSL175.41º76.59%40.2%-
HSV(B)175.41º86.74%70.98%-
XYZ24.0636.1143.24-
YUV132.69148.4950.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.42%
GREEN value IS 181 (71.09% from 255) = 48.40%
BLUE value IS 169 (66.41% from 255) = 45.19%
R=6.42%
G=48.40%
B=45.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241811690.8700.070.29175.4176.5940.2
Hex18B5A957071Daf4d28
Octal30265251127073525711550
Binary1100010110101101010011010111011111101101011111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,181,169); }

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

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

 a { background-color: rgb(24,181,169); }

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

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

 span { border-color: rgb(24,181,169); }

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