#85FBE1

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

Shades of Aquamarine #85FBE1

Tints of Aquamarine #85FBE1

Color information

#85FBE1 (or 0x85FBE1) is unknown color: approx Aquamarine. HEX triplet: 85, FB and E1. RGB value is (133,251,225). Sum of RGB (Red+Green+Blue) = 133+251+225=609 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.84% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBE1 is #7A041E. Grayscale: #D4D4D4. Windows color (decimal): -7996447 or 14809989. OLE color: 14809989.

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

Color convert

RGB133251225-
CMYK0.4700.100.02
HSL166.78º93.65%75.29%-
HSV(B)166.78º47.01%98.43%-
XYZ57.7679.4283.52-
YUV212.75134.9171.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.84%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=21.84%
G=41.22%
B=36.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332512250.4700.100.02166.7893.6575.29
Hex85FBE12F0A2a75e4b
Octal205373341570122247136113
Binary10000101111110111110000110111101010101010011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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