#18ABAE

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

Shades of Light Sea Green #18ABAE

Tints of Light Sea Green #18ABAE

Color information

#18ABAE (or 0x18ABAE) is unknown color: approx Light Sea Green. HEX triplet: 18, AB and AE. RGB value is (24,171,174). Sum of RGB (Red+Green+Blue) = 24+171+174=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #18ABAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18ABAE is #E75451. Grayscale: #7F7F7F. Windows color (decimal): -15160402 or 11447064. OLE color: 11447064.

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

Color convert

RGB24171174-
CMYK0.860.0200.32
HSL181.2º75.76%38.82%-
HSV(B)181.2º86.21%68.24%-
XYZ22.5832.3845.1-
YUV127.39154.354.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.50%
GREEN value IS 171 (67.19% from 255) = 46.34%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=6.50%
G=46.34%
B=47.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal241711740.860.0200.32181.275.7638.82
Hex18ABAE562020b54c27
Octal30253256126204026511447
Binary1100010101011101011101010110100100000101101011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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