#85F1C0

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

Shades of Aquamarine #85F1C0

Tints of Aquamarine #85F1C0

Color information

#85F1C0 (or 0x85F1C0) is unknown color: approx Aquamarine. HEX triplet: 85, F1 and C0. RGB value is (133,241,192). Sum of RGB (Red+Green+Blue) = 133+241+192=566 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.50% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #85F1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F1C0 is #7A0E3F. Grayscale: #CBCBCB. Windows color (decimal): -7999040 or 12644741. OLE color: 12644741.

HSL color Cylindrical-coordinate representation of color #85F1C0: hue angle of 152.78º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F1C0 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB133241192-
CMYK0.4500.200.05
HSL152.78º79.41%73.33%-
HSV(B)152.78º44.81%94.51%-
XYZ50.6471.761.04-
YUV203.12121.7277.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.50%
GREEN value IS 241 (94.53% from 255) = 42.58%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=23.50%
G=42.58%
B=33.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332411920.4500.200.05152.7879.4173.33
Hex85F1C02D0145994f49
Octal205361300550245231117111
Binary1000010111110001110000001011010101001011001100110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,241,192); }

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

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

 a { background-color: rgb(133,241,192); }

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

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

 span { border-color: rgb(133,241,192); }

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