#85FAB6

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

Shades of Aquamarine #85FAB6

Tints of Aquamarine #85FAB6

Color information

#85FAB6 (or 0x85FAB6) is unknown color: approx Aquamarine. HEX triplet: 85, FA and B6. RGB value is (133,250,182). Sum of RGB (Red+Green+Blue) = 133+250+182=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #85FAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FAB6 is #7A0549. Grayscale: #CFCFCF. Windows color (decimal): -7996746 or 11991685. OLE color: 11991685.

HSL color Cylindrical-coordinate representation of color #85FAB6: hue angle of 145.13º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FAB6 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB133250182-
CMYK0.4700.270.02
HSL145.13º92.13%75.1%-
HSV(B)145.13º46.8%98.04%-
XYZ52.376.7456.31-
YUV207.26113.7475.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.54%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 182 (71.48% from 255) = 32.21%
R=23.54%
G=44.25%
B=32.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332501820.4700.270.02145.1392.1375.1
Hex85FAB62F01B2915c4b
Octal205372266570332221134113
Binary100001011111101010110110101111011011101001000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,250,182); }

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

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

 a { background-color: rgb(133,250,182); }

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

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

 span { border-color: rgb(133,250,182); }

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