#85FACD

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

Shades of Aquamarine #85FACD

Tints of Aquamarine #85FACD

Color information

#85FACD (or 0x85FACD) is unknown color: approx Aquamarine. HEX triplet: 85, FA and CD. RGB value is (133,250,205). Sum of RGB (Red+Green+Blue) = 133+250+205=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #85FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FACD is #7A0532. Grayscale: #D1D1D1. Windows color (decimal): -7996723 or 13499013. OLE color: 13499013.

HSL color Cylindrical-coordinate representation of color #85FACD: hue angle of 156.92º 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 #85FACD is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB133250205-
CMYK0.4700.180.02
HSL156.92º92.13%75.1%-
HSV(B)156.92º46.8%98.04%-
XYZ54.8877.7769.88-
YUV209.89125.2473.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.62%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=22.62%
G=42.52%
B=34.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332502050.4700.180.02156.9292.1375.1
Hex85FACD2F01229d5c4b
Octal205372315570222235134113
Binary100001011111101011001101101111010010101001110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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