#85EFBF

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

Shades of Aquamarine #85EFBF

Tints of Aquamarine #85EFBF

Color information

#85EFBF (or 0x85EFBF) is unknown color: approx Aquamarine. HEX triplet: 85, EF and BF. RGB value is (133,239,191). Sum of RGB (Red+Green+Blue) = 133+239+191=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFBF is #7A1040. Grayscale: #C9C9C9. Windows color (decimal): -7999553 or 12578693. OLE color: 12578693.

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

Color convert

RGB133239191-
CMYK0.4400.200.06
HSL152.83º76.81%72.94%-
HSV(B)152.83º44.35%93.73%-
XYZ49.9470.4860.26-
YUV201.83121.8878.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.62%
GREEN value IS 239 (93.75% from 255) = 42.45%
BLUE value IS 191 (75% from 255) = 33.93%
R=23.62%
G=42.45%
B=33.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332391910.4400.200.06152.8376.8172.94
Hex85EFBF2C0146994d49
Octal205357277540246231115111
Binary1000010111101111101111111011000101001101001100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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