#85FAC9

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

Shades of Aquamarine #85FAC9

Tints of Aquamarine #85FAC9

Color information

#85FAC9 (or 0x85FAC9) is unknown color: approx Aquamarine. HEX triplet: 85, FA and C9. RGB value is (133,250,201). Sum of RGB (Red+Green+Blue) = 133+250+201=584 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.77% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #85FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FAC9 is #7A0536. Grayscale: #D1D1D1. Windows color (decimal): -7996727 or 13236869. OLE color: 13236869.

HSL color Cylindrical-coordinate representation of color #85FAC9: hue angle of 154.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FAC9 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB133250201-
CMYK0.4700.200.02
HSL154.87º92.13%75.1%-
HSV(B)154.87º46.8%98.04%-
XYZ54.477.5767.36-
YUV209.43123.2473.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.77%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 201 (78.91% from 255) = 34.42%
R=22.77%
G=42.81%
B=34.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332502010.4700.200.02154.8792.1375.1
Hex85FAC92F01429b5c4b
Octal205372311570242233134113
Binary100001011111101011001001101111010100101001101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,250,201); }

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

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

 a { background-color: rgb(133,250,201); }

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

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

 span { border-color: rgb(133,250,201); }

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