#85ffe5

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

Shades of Aquamarine #85FFE5

Tints of Aquamarine #85FFE5

Color information

#85FFE5 (or 0x85FFE5) is unknown color: approx Aquamarine. HEX triplet: 85, FF and E5. RGB value is (133,255,229). Sum of RGB (Red+Green+Blue) = 133+255+229=617 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.56% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFE5 is #7A001A. Grayscale: #D7D7D7. Windows color (decimal): -7995419 or 15073157. OLE color: 15073157.

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

Color convert

RGB133255229-
CMYK0.4800.100
HSL167.21º100%76.08%-
HSV(B)167.21º47.84%100%-
XYZ59.5882.1686.85-
YUV215.56135.5869.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.56%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 229 (89.84% from 255) = 37.12%
R=21.56%
G=41.33%
B=37.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552290.4800.100167.2110076.08
Hex85FFE5300A0a7644c
Octal205377345600120247144114
Binary1000010111111111111001011100000101001010011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ffe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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