#85FEE7

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

Shades of Aquamarine #85FEE7

Tints of Aquamarine #85FEE7

Color information

#85FEE7 (or 0x85FEE7) is unknown color: approx Aquamarine. HEX triplet: 85, FE and E7. RGB value is (133,254,231). Sum of RGB (Red+Green+Blue) = 133+254+231=618 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.52% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FEE7 is #7A0118. Grayscale: #D7D7D7. Windows color (decimal): -7995673 or 15203973. OLE color: 15203973.

HSL color Cylindrical-coordinate representation of color #85FEE7: hue angle of 168.6º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FEE7 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB133254231-
CMYK0.4800.090.00
HSL168.6º98.37%75.88%-
HSV(B)168.6º47.64%99.61%-
XYZ59.5481.6488.22-
YUV215.2136.9169.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.52%
GREEN value IS 254 (99.61% from 255) = 41.10%
BLUE value IS 231 (90.62% from 255) = 37.38%
R=21.52%
G=41.10%
B=37.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332542310.4800.090.00168.698.3775.88
Hex85FEE730090a9624c
Octal205376347600110251142114
Binary1000010111111110111001111100000100101010100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,254,231); }

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

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

 a { background-color: rgb(133,254,231); }

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

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

 span { border-color: rgb(133,254,231); }

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