#85FBE3

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

Shades of Aquamarine #85FBE3

Tints of Aquamarine #85FBE3

Color information

#85FBE3 (or 0x85FBE3) is unknown color: approx Aquamarine. HEX triplet: 85, FB and E3. RGB value is (133,251,227). Sum of RGB (Red+Green+Blue) = 133+251+227=611 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.77% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBE3 is #7A041C. Grayscale: #D4D4D4. Windows color (decimal): -7996445 or 14941061. OLE color: 14941061.

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

Color convert

RGB133251227-
CMYK0.4700.100.02
HSL167.8º93.65%75.29%-
HSV(B)167.8º47.01%98.43%-
XYZ58.0479.5384.96-
YUV212.98135.9170.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.77%
GREEN value IS 251 (98.44% from 255) = 41.08%
BLUE value IS 227 (89.06% from 255) = 37.15%
R=21.77%
G=41.08%
B=37.15%

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
Decimal1332512270.4700.100.02167.893.6575.29
Hex85FBE32F0A2a85e4b
Octal205373343570122250136113
Binary10000101111110111110001110111101010101010100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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