#85FBE4

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

Shades of Aquamarine #85FBE4

Tints of Aquamarine #85FBE4

Color information

#85FBE4 (or 0x85FBE4) is unknown color: approx Aquamarine. HEX triplet: 85, FB and E4. RGB value is (133,251,228). Sum of RGB (Red+Green+Blue) = 133+251+228=612 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.73% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBE4 is #7A041B. Grayscale: #D5D5D5. Windows color (decimal): -7996444 or 15006597. OLE color: 15006597.

HSL color Cylindrical-coordinate representation of color #85FBE4: hue angle of 168.31º degrees, saturation: 0.94, 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 #85FBE4 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB133251228-
CMYK0.4700.090.02
HSL168.31º93.65%75.29%-
HSV(B)168.31º47.01%98.43%-
XYZ58.1779.5885.69-
YUV213.1136.4170.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.73%
GREEN value IS 251 (98.44% from 255) = 41.01%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=21.73%
G=41.01%
B=37.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332512280.4700.090.02168.3193.6575.29
Hex85FBE42F092a85e4b
Octal205373344570112250136113
Binary10000101111110111110010010111101001101010100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,251,228); }

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

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

 a { background-color: rgb(133,251,228); }

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

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

 span { border-color: rgb(133,251,228); }

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