#85FFEA

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

Shades of Aquamarine #85FFEA

Tints of Aquamarine #85FFEA

Color information

#85FFEA (or 0x85FFEA) is unknown color: approx Aquamarine. HEX triplet: 85, FF and EA. RGB value is (133,255,234). Sum of RGB (Red+Green+Blue) = 133+255+234=622 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.38% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFEA is #7A0015. Grayscale: #D8D8D8. Windows color (decimal): -7995414 or 15400837. OLE color: 15400837.

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

Color convert

RGB133255234-
CMYK0.4800.080
HSL169.67º100%76.08%-
HSV(B)169.67º47.84%100%-
XYZ60.2882.4590.58-
YUV216.13138.0868.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.38%
GREEN value IS 255 (100% from 255) = 41.00%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=21.38%
G=41.00%
B=37.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552340.4800.080169.6710076.08
Hex85FFEA30080aa644c
Octal205377352600100252144114
Binary1000010111111111111010101100000100001010101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,255,234); }

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

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

 a { background-color: rgb(133,255,234); }

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

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

 span { border-color: rgb(133,255,234); }

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