#85F1BD

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

Shades of Aquamarine #85F1BD

Tints of Aquamarine #85F1BD

Color information

#85F1BD (or 0x85F1BD) is unknown color: approx Aquamarine. HEX triplet: 85, F1 and BD. RGB value is (133,241,189). Sum of RGB (Red+Green+Blue) = 133+241+189=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #85F1BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F1BD is #7A0E42. Grayscale: #CACACA. Windows color (decimal): -7999043 or 12448133. OLE color: 12448133.

HSL color Cylindrical-coordinate representation of color #85F1BD: hue angle of 151.11º 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 #85F1BD is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB133241189-
CMYK0.4500.220.05
HSL151.11º79.41%73.33%-
HSV(B)151.11º44.81%94.51%-
XYZ50.3171.5759.31-
YUV202.78120.2278.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.62%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=23.62%
G=42.81%
B=33.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332411890.4500.220.05151.1179.4173.33
Hex85F1BD2D0165974f49
Octal205361275550265227117111
Binary1000010111110001101111011011010101101011001011110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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