#85F7C5

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

Shades of Aquamarine #85F7C5

Tints of Aquamarine #85F7C5

Color information

#85F7C5 (or 0x85F7C5) is unknown color: approx Aquamarine. HEX triplet: 85, F7 and C5. RGB value is (133,247,197). Sum of RGB (Red+Green+Blue) = 133+247+197=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F7C5 is #7A083A. Grayscale: #CFCFCF. Windows color (decimal): -7997499 or 12973957. OLE color: 12973957.

HSL color Cylindrical-coordinate representation of color #85F7C5: hue angle of 153.68º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F7C5 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB133247197-
CMYK0.4600.200.03
HSL153.68º87.69%74.51%-
HSV(B)153.68º46.15%96.86%-
XYZ53.0175.5464.61-
YUV207.21122.2375.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.05%
GREEN value IS 247 (96.88% from 255) = 42.81%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=23.05%
G=42.81%
B=34.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332471970.4600.200.03153.6887.6974.51
Hex85F7C52E01439a584b
Octal205367305560243232130113
Binary100001011111011111000101101110010100111001101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,247,197); }

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

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

 a { background-color: rgb(133,247,197); }

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

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

 span { border-color: rgb(133,247,197); }

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