#18B1AB

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

Shades of Light Sea Green #18B1AB

Tints of Light Sea Green #18B1AB

Color information

#18B1AB (or 0x18B1AB) is unknown color: approx Light Sea Green. HEX triplet: 18, B1 and AB. RGB value is (24,177,171). Sum of RGB (Red+Green+Blue) = 24+177+171=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #18B1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B1AB is #E74E54. Grayscale: #828282. Windows color (decimal): -15158869 or 11251992. OLE color: 11251992.

HSL color Cylindrical-coordinate representation of color #18B1AB: hue angle of 177.65º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B1AB is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB24177171-
CMYK0.8600.030.31
HSL177.65º76.12%39.41%-
HSV(B)177.65º86.44%69.41%-
XYZ23.4534.5843.97-
YUV130.57150.8151.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.45%
GREEN value IS 177 (69.53% from 255) = 47.58%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=6.45%
G=47.58%
B=45.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal241771710.8600.030.31177.6576.1239.41
Hex18B1AB56031Fb24c27
Octal30261253126033726211447
Binary110001011000110101011101011001111111101100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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