#85F7C7

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

Shades of Aquamarine #85F7C7

Tints of Aquamarine #85F7C7

Color information

#85F7C7 (or 0x85F7C7) is unknown color: approx Aquamarine. HEX triplet: 85, F7 and C7. RGB value is (133,247,199). Sum of RGB (Red+Green+Blue) = 133+247+199=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F7C7 is #7A0838. Grayscale: #CFCFCF. Windows color (decimal): -7997497 or 13105029. OLE color: 13105029.

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

Color convert

RGB133247199-
CMYK0.4600.190.03
HSL154.74º87.69%74.51%-
HSV(B)154.74º46.15%96.86%-
XYZ53.2475.6365.83-
YUV207.44123.2374.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.97%
GREEN value IS 247 (96.88% from 255) = 42.66%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=22.97%
G=42.66%
B=34.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332471990.4600.190.03154.7487.6974.51
Hex85F7C72E01339b584b
Octal205367307560233233130113
Binary100001011111011111000111101110010011111001101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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