#85EFDF

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

Shades of Aquamarine #85EFDF

Tints of Aquamarine #85EFDF

Color information

#85EFDF (or 0x85EFDF) is unknown color: approx Aquamarine. HEX triplet: 85, EF and DF. RGB value is (133,239,223). Sum of RGB (Red+Green+Blue) = 133+239+223=595 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.35% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFDF is #7A1020. Grayscale: #CDCDCD. Windows color (decimal): -7999521 or 14675845. OLE color: 14675845.

HSL color Cylindrical-coordinate representation of color #85EFDF: hue angle of 170.94º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EFDF is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB133239223-
CMYK0.4400.070.06
HSL170.94º76.81%72.94%-
HSV(B)170.94º44.35%93.73%-
XYZ53.8672.0580.88-
YUV205.48137.8876.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.35%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=22.35%
G=40.17%
B=37.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332392230.4400.070.06170.9476.8172.94
Hex85EFDF2C076ab4d49
Octal20535733754076253115111
Binary10000101111011111101111110110001111101010101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,239,223); }

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

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

 a { background-color: rgb(133,239,223); }

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

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

 span { border-color: rgb(133,239,223); }

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