#85FACA

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

Shades of Aquamarine #85FACA

Tints of Aquamarine #85FACA

Color information

#85FACA (or 0x85FACA) is unknown color: approx Aquamarine. HEX triplet: 85, FA and CA. RGB value is (133,250,202). Sum of RGB (Red+Green+Blue) = 133+250+202=585 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.74% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #85FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FACA is #7A0535. Grayscale: #D1D1D1. Windows color (decimal): -7996726 or 13302405. OLE color: 13302405.

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

Color convert

RGB133250202-
CMYK0.4700.190.02
HSL155.38º92.13%75.1%-
HSV(B)155.38º46.8%98.04%-
XYZ54.5277.6267.99-
YUV209.54123.7473.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.74%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=22.74%
G=42.74%
B=34.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332502020.4700.190.02155.3892.1375.1
Hex85FACA2F01329b5c4b
Octal205372312570232233134113
Binary100001011111101011001010101111010011101001101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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