#89F0CC

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

Shades of Aquamarine #89F0CC

Tints of Aquamarine #89F0CC

Color information

#89F0CC (or 0x89F0CC) is unknown color: approx Aquamarine. HEX triplet: 89, F0 and CC. RGB value is (137,240,204). Sum of RGB (Red+Green+Blue) = 137+240+204=581 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.58% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #89F0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F0CC is #760F33. Grayscale: #CDCDCD. Windows color (decimal): -7737140 or 13430921. OLE color: 13430921.

HSL color Cylindrical-coordinate representation of color #89F0CC: hue angle of 159.03º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F0CC is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB137240204-
CMYK0.4300.150.06
HSL159.03º77.44%73.92%-
HSV(B)159.03º42.92%94.12%-
XYZ52.387268.26-
YUV205.1127.3879.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.58%
GREEN value IS 240 (94.14% from 255) = 41.31%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=23.58%
G=41.31%
B=35.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1372402040.4300.150.06159.0377.4473.92
Hex89F0CC2B0F69f4d4a
Octal211360314530176237115112
Binary100010011111000011001100101011011111101001111110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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