#18AAB5

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

Shades of Light Sea Green #18AAB5

Tints of Light Sea Green #18AAB5

Color information

#18AAB5 (or 0x18AAB5) is unknown color: approx Light Sea Green. HEX triplet: 18, AA and B5. RGB value is (24,170,181). Sum of RGB (Red+Green+Blue) = 24+170+181=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #18AAB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AAB5 is #E7554A. Grayscale: #7F7F7F. Windows color (decimal): -15160651 or 11905560. OLE color: 11905560.

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

Color convert

RGB24170181-
CMYK0.870.0600.29
HSL184.2º76.59%40.2%-
HSV(B)184.2º86.74%70.98%-
XYZ23.0932.2848.73-
YUV127.6158.1354.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.4%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 181 (71.09% from 255) = 48.27%
R=6.4%
G=45.33%
B=48.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241701810.870.0600.29184.276.5940.2
Hex18AAB557601Db84d28
Octal30252265127603527011550
Binary1100010101010101101011010111110011101101110001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,170,181); }

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

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

 a { background-color: rgb(24,170,181); }

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

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

 span { border-color: rgb(24,170,181); }

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