#85FBDA

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

Shades of Aquamarine #85FBDA

Tints of Aquamarine #85FBDA

Color information

#85FBDA (or 0x85FBDA) is unknown color: approx Aquamarine. HEX triplet: 85, FB and DA. RGB value is (133,251,218). Sum of RGB (Red+Green+Blue) = 133+251+218=602 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.09% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBDA is #7A0425. Grayscale: #D3D3D3. Windows color (decimal): -7996454 or 14351237. OLE color: 14351237.

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

Color convert

RGB133251218-
CMYK0.4700.130.02
HSL163.22º93.65%75.29%-
HSV(B)163.22º47.01%98.43%-
XYZ56.8279.0478.59-
YUV211.96131.4171.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.09%
GREEN value IS 251 (98.44% from 255) = 41.69%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=22.09%
G=41.69%
B=36.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332512180.4700.130.02163.2293.6575.29
Hex85FBDA2F0D2a35e4b
Octal205373332570152243136113
Binary10000101111110111101101010111101101101010001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,251,218); }

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

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

 a { background-color: rgb(133,251,218); }

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

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

 span { border-color: rgb(133,251,218); }

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