#85EBE1

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

Shades of Aquamarine #85EBE1

Tints of Aquamarine #85EBE1

Color information

#85EBE1 (or 0x85EBE1) is unknown color: approx Aquamarine. HEX triplet: 85, EB and E1. RGB value is (133,235,225). Sum of RGB (Red+Green+Blue) = 133+235+225=593 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.43% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBE1 is #7A141E. Grayscale: #CBCBCB. Windows color (decimal): -8000543 or 14805893. OLE color: 14805893.

HSL color Cylindrical-coordinate representation of color #85EBE1: hue angle of 174.12º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EBE1 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB133235225-
CMYK0.4300.040.08
HSL174.12º71.83%72.16%-
HSV(B)174.12º43.4%92.16%-
XYZ52.9769.8481.92-
YUV203.36140.2177.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.43%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 225 (88.28% from 255) = 37.94%
R=22.43%
G=39.63%
B=37.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332352250.4300.040.08174.1271.8372.16
Hex85EBE12B048ae4848
Octal205353341530410256110110
Binary100001011110101111100001101011010010001010111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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