#85FFEB

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

Shades of Aquamarine #85FFEB

Tints of Aquamarine #85FFEB

Color information

#85FFEB (or 0x85FFEB) is unknown color: approx Aquamarine. HEX triplet: 85, FF and EB. RGB value is (133,255,235). Sum of RGB (Red+Green+Blue) = 133+255+235=623 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.35% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFEB is #7A0014. Grayscale: #D8D8D8. Windows color (decimal): -7995413 or 15466373. OLE color: 15466373.

HSL color Cylindrical-coordinate representation of color #85FFEB: hue angle of 170.16º 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 #85FFEB is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB133255235-
CMYK0.4800.080
HSL170.16º100%76.08%-
HSV(B)170.16º47.84%100%-
XYZ60.4382.591.34-
YUV216.24138.5868.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.35%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=21.35%
G=40.93%
B=37.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552350.4800.080170.1610076.08
Hex85FFEB30080aa644c
Octal205377353600100252144114
Binary1000010111111111111010111100000100001010101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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