#85F7E6

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

Shades of Aquamarine #85F7E6

Tints of Aquamarine #85F7E6

Color information

#85F7E6 (or 0x85F7E6) is unknown color: approx Aquamarine. HEX triplet: 85, F7 and E6. RGB value is (133,247,230). Sum of RGB (Red+Green+Blue) = 133+247+230=610 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.80% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F7E6 is #7A0819. Grayscale: #D2D2D2. Windows color (decimal): -7997466 or 15136645. OLE color: 15136645.

HSL color Cylindrical-coordinate representation of color #85F7E6: hue angle of 171.05º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F7E6 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB133247230-
CMYK0.4600.070.03
HSL171.05º87.69%74.51%-
HSV(B)171.05º46.15%96.86%-
XYZ57.2277.2286.75-
YUV210.98138.7372.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.80%
GREEN value IS 247 (96.88% from 255) = 40.49%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=21.80%
G=40.49%
B=37.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332472300.4600.070.03171.0587.6974.51
Hex85F7E62E073ab584b
Octal20536734656073253130113
Binary1000010111110111111001101011100111111010101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85F7E6; }

 p { color: rgb(133,247,230); }

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

<style>
 a { background-color: #85F7E6; }

 a { background-color: rgb(133,247,230); }

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

<style>
 span { border-color: #85F7E6; }

 span { border-color: rgb(133,247,230); }

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