#85F9DC

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

Shades of Aquamarine #85F9DC

Tints of Aquamarine #85F9DC

Color information

#85F9DC (or 0x85F9DC) is unknown color: approx Aquamarine. HEX triplet: 85, F9 and DC. RGB value is (133,249,220). Sum of RGB (Red+Green+Blue) = 133+249+220=602 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.09% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #85F9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F9DC is #7A0623. Grayscale: #D3D3D3. Windows color (decimal): -7996964 or 14481797. OLE color: 14481797.

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

Color convert

RGB133249220-
CMYK0.4700.120.02
HSL165º90.62%74.9%-
HSV(B)165º46.59%97.65%-
XYZ56.4777.9179.77-
YUV211.01133.0772.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.09%
GREEN value IS 249 (97.66% from 255) = 41.36%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=22.09%
G=41.36%
B=36.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332492200.4700.120.0216590.6274.9
Hex85F9DC2F0C2a55b4b
Octal205371334570142245133113
Binary10000101111110011101110010111101100101010010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,249,220); }

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

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

 a { background-color: rgb(133,249,220); }

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

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

 span { border-color: rgb(133,249,220); }

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