#85F7E3

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

Shades of Aquamarine #85F7E3

Tints of Aquamarine #85F7E3

Color information

#85F7E3 (or 0x85F7E3) is unknown color: approx Aquamarine. HEX triplet: 85, F7 and E3. RGB value is (133,247,227). Sum of RGB (Red+Green+Blue) = 133+247+227=607 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.91% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F7E3 is #7A081C. Grayscale: #D2D2D2. Windows color (decimal): -7997469 or 14940037. OLE color: 14940037.

HSL color Cylindrical-coordinate representation of color #85F7E3: hue angle of 169.47º 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 #85F7E3 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB133247227-
CMYK0.4600.080.03
HSL169.47º87.69%74.51%-
HSV(B)169.47º46.15%96.86%-
XYZ56.877.0584.55-
YUV210.63137.2372.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.91%
GREEN value IS 247 (96.88% from 255) = 40.69%
BLUE value IS 227 (89.06% from 255) = 37.40%
R=21.91%
G=40.69%
B=37.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332472270.4600.080.03169.4787.6974.51
Hex85F7E32E083a9584b
Octal205367343560103251130113
Binary10000101111101111110001110111001000111010100110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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