#85EFD6

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

Shades of Aquamarine #85EFD6

Tints of Aquamarine #85EFD6

Color information

#85EFD6 (or 0x85EFD6) is unknown color: approx Aquamarine. HEX triplet: 85, EF and D6. RGB value is (133,239,214). Sum of RGB (Red+Green+Blue) = 133+239+214=586 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.70% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFD6 is #7A1029. Grayscale: #CCCCCC. Windows color (decimal): -7999530 or 14086021. OLE color: 14086021.

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

Color convert

RGB133239214-
CMYK0.4400.100.06
HSL165.85º76.81%72.94%-
HSV(B)165.85º44.35%93.73%-
XYZ52.6871.5774.66-
YUV204.46133.3877.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.70%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=22.70%
G=40.78%
B=36.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332392140.4400.100.06165.8576.8172.94
Hex85EFD62C0A6a64d49
Octal205357326540126246115111
Binary100001011110111111010110101100010101101010011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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