#18B6B1

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

Shades of Light Sea Green #18B6B1

Tints of Light Sea Green #18B6B1

Color information

#18B6B1 (or 0x18B6B1) is unknown color: approx Light Sea Green. HEX triplet: 18, B6 and B1. RGB value is (24,182,177). Sum of RGB (Red+Green+Blue) = 24+182+177=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #18B6B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B6B1 is #E7494E. Grayscale: #868686. Windows color (decimal): -15157583 or 11646488. OLE color: 11646488.

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

Color convert

RGB24182177-
CMYK0.8700.030.29
HSL178.1º76.7%40.39%-
HSV(B)178.1º86.81%71.37%-
XYZ25.0436.8247.38-
YUV134.19152.1549.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241821770.8700.030.29178.176.740.39
Hex18B6B157031Db24d28
Octal30266261127033526211550
Binary110001011011010110001101011101111101101100101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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