#89F9CC

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

Shades of Aquamarine #89F9CC

Tints of Aquamarine #89F9CC

Color information

#89F9CC (or 0x89F9CC) is unknown color: approx Aquamarine. HEX triplet: 89, F9 and CC. RGB value is (137,249,204). Sum of RGB (Red+Green+Blue) = 137+249+204=590 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.22% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #89F9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F9CC is #760633. Grayscale: #D2D2D2. Windows color (decimal): -7734836 or 13433225. OLE color: 13433225.

HSL color Cylindrical-coordinate representation of color #89F9CC: hue angle of 155.89º degrees, saturation: 0.9, 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 #89F9CC is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB137249204-
CMYK0.4500.180.02
HSL155.89º90.32%75.69%-
HSV(B)155.89º44.98%97.65%-
XYZ55.0977.4369.17-
YUV210.38124.3975.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.22%
GREEN value IS 249 (97.66% from 255) = 42.20%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=23.22%
G=42.20%
B=34.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372492040.4500.180.02155.8990.3275.69
Hex89F9CC2D01229c5a4c
Octal211371314550222234132114
Binary100010011111100111001100101101010010101001110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,249,204); }

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

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

 a { background-color: rgb(137,249,204); }

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

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

 span { border-color: rgb(137,249,204); }

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