#85FFDA

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

Shades of Aquamarine #85FFDA

Tints of Aquamarine #85FFDA

Color information

#85FFDA (or 0x85FFDA) is unknown color: approx Aquamarine. HEX triplet: 85, FF and DA. RGB value is (133,255,218). Sum of RGB (Red+Green+Blue) = 133+255+218=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFDA is #7A0025. Grayscale: #D6D6D6. Windows color (decimal): -7995430 or 14352261. OLE color: 14352261.

HSL color Cylindrical-coordinate representation of color #85FFDA: hue angle of 161.8º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFDA is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB133255218-
CMYK0.4800.150
HSL161.8º100%76.08%-
HSV(B)161.8º47.84%100%-
XYZ58.0981.5779.01-
YUV214.3130.0870.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.95%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=21.95%
G=42.08%
B=35.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552180.4800.150161.810076.08
Hex85FFDA300F0a2644c
Octal205377332600170242144114
Binary1000010111111111110110101100000111101010001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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