#85FFDD

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

Shades of Aquamarine #85FFDD

Tints of Aquamarine #85FFDD

Color information

#85FFDD (or 0x85FFDD) is unknown color: approx Aquamarine. HEX triplet: 85, FF and DD. RGB value is (133,255,221). Sum of RGB (Red+Green+Blue) = 133+255+221=609 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.84% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFDD is #7A0022. Grayscale: #D6D6D6. Windows color (decimal): -7995427 or 14548869. OLE color: 14548869.

HSL color Cylindrical-coordinate representation of color #85FFDD: hue angle of 163.28º 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 #85FFDD is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB133255221-
CMYK0.4800.130
HSL163.28º100%76.08%-
HSV(B)163.28º47.84%100%-
XYZ58.4881.7381.1-
YUV214.65131.5869.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.84%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=21.84%
G=41.87%
B=36.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552210.4800.130163.2810076.08
Hex85FFDD300D0a3644c
Octal205377335600150243144114
Binary1000010111111111110111011100000110101010001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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