#85EBE0

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

Shades of Aquamarine #85EBE0

Tints of Aquamarine #85EBE0

Color information

#85EBE0 (or 0x85EBE0) is unknown color: approx Aquamarine. HEX triplet: 85, EB and E0. RGB value is (133,235,224). Sum of RGB (Red+Green+Blue) = 133+235+224=592 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.47% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBE0 is #7A141F. Grayscale: #CBCBCB. Windows color (decimal): -8000544 or 14740357. OLE color: 14740357.

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

Color convert

RGB133235224-
CMYK0.4300.050.08
HSL173.53º71.83%72.16%-
HSV(B)173.53º43.4%92.16%-
XYZ52.8469.7981.21-
YUV203.25139.7177.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.47%
GREEN value IS 235 (92.19% from 255) = 39.70%
BLUE value IS 224 (87.89% from 255) = 37.84%
R=22.47%
G=39.70%
B=37.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332352240.4300.050.08173.5371.8372.16
Hex85EBE02B058ae4848
Octal205353340530510256110110
Binary100001011110101111100000101011010110001010111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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