#18B1B6

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

Shades of Light Sea Green #18B1B6

Tints of Light Sea Green #18B1B6

Color information

#18B1B6 (or 0x18B1B6) is unknown color: approx Light Sea Green. HEX triplet: 18, B1 and B6. RGB value is (24,177,182). Sum of RGB (Red+Green+Blue) = 24+177+182=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #18B1B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B1B6 is #E74E49. Grayscale: #838383. Windows color (decimal): -15158858 or 11972888. OLE color: 11972888.

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

Color convert

RGB24177182-
CMYK0.870.0300.29
HSL181.9º76.7%40.39%-
HSV(B)181.9º86.81%71.37%-
XYZ24.5435.0249.72-
YUV131.82156.3151.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.27%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 182 (71.48% from 255) = 47.52%
R=6.27%
G=46.21%
B=47.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241771820.870.0300.29181.976.740.39
Hex18B1B657301Db64d28
Octal30261266127303526611550
Binary110001011000110110110101011111011101101101101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,177,182); }

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

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

 a { background-color: rgb(24,177,182); }

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

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

 span { border-color: rgb(24,177,182); }

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