#85FABA

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

Shades of Aquamarine #85FABA

Tints of Aquamarine #85FABA

Color information

#85FABA (or 0x85FABA) is unknown color: approx Aquamarine. HEX triplet: 85, FA and BA. RGB value is (133,250,186). Sum of RGB (Red+Green+Blue) = 133+250+186=569 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.37% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #85FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FABA is #7A0545. Grayscale: #CFCFCF. Windows color (decimal): -7996742 or 12253829. OLE color: 12253829.

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

Color convert

RGB133250186-
CMYK0.4700.260.02
HSL147.18º92.13%75.1%-
HSV(B)147.18º46.8%98.04%-
XYZ52.7276.958.52-
YUV207.72115.7474.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.37%
GREEN value IS 250 (98.05% from 255) = 43.94%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=23.37%
G=43.94%
B=32.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332501860.4700.260.02147.1892.1375.1
Hex85FABA2F01A2935c4b
Octal205372272570322223134113
Binary100001011111101010111010101111011010101001001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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