#89FBDD

Color #89FBDD Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #89FBDD

Tints of Aquamarine #89FBDD

Color information

#89FBDD (or 0x89FBDD) is unknown color: approx Aquamarine. HEX triplet: 89, FB and DD. RGB value is (137,251,221). Sum of RGB (Red+Green+Blue) = 137+251+221=609 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.50% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #89FBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FBDD is #760422. Grayscale: #D5D5D5. Windows color (decimal): -7734307 or 14547849. OLE color: 14547849.

HSL color Cylindrical-coordinate representation of color #89FBDD: hue angle of 164.21º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FBDD is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB137251221-
CMYK0.4500.120.02
HSL164.21º93.44%76.08%-
HSV(B)164.21º45.42%98.43%-
XYZ57.8679.5380.71-
YUV213.49132.2373.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.50%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=22.50%
G=41.22%
B=36.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372512210.4500.120.02164.2193.4476.08
Hex89FBDD2D0C2a45d4c
Octal211373335550142244135114
Binary10001001111110111101110110110101100101010010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89FBDD; }

 p { color: rgb(137,251,221); }

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

<style>
 a { background-color: #89FBDD; }

 a { background-color: rgb(137,251,221); }

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

<style>
 span { border-color: #89FBDD; }

 span { border-color: rgb(137,251,221); }

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