#18b6af

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

Shades of Light Sea Green #18B6AF

Tints of Light Sea Green #18B6AF

Color information

#18B6AF (or 0x18B6AF) is unknown color: approx Light Sea Green. HEX triplet: 18, B6 and AF. RGB value is (24,182,175). Sum of RGB (Red+Green+Blue) = 24+182+175=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #18B6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B6AF is #E74950. Grayscale: #858585. Windows color (decimal): -15157585 or 11515416. OLE color: 11515416.

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

Color convert

RGB24182175-
CMYK0.8700.040.29
HSL177.34º76.7%40.39%-
HSV(B)177.34º86.81%71.37%-
XYZ24.8436.7546.34-
YUV133.96151.1549.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.30%
GREEN value IS 182 (71.48% from 255) = 47.77%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=6.30%
G=47.77%
B=45.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241821750.8700.040.29177.3476.740.39
Hex18B6AF57041Db14d28
Octal30266257127043526111550
Binary1100010110110101011111010111010011101101100011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18b6af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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