#85FFD4

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

Shades of Aquamarine #85FFD4

Tints of Aquamarine #85FFD4

Color information

#85FFD4 (or 0x85FFD4) is unknown color: approx Aquamarine. HEX triplet: 85, FF and D4. RGB value is (133,255,212). Sum of RGB (Red+Green+Blue) = 133+255+212=600 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.17% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFD4 is #7A002B. Grayscale: #D5D5D5. Windows color (decimal): -7995436 or 13959045. OLE color: 13959045.

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

Color convert

RGB133255212-
CMYK0.4800.170
HSL158.85º100%76.08%-
HSV(B)158.85º47.84%100%-
XYZ57.3281.2674.95-
YUV213.62127.0870.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.17%
GREEN value IS 255 (100% from 255) = 42.5%
BLUE value IS 212 (83.20% from 255) = 35.33%
R=22.17%
G=42.5%
B=35.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552120.4800.170158.8510076.08
Hex85FFD43001109f644c
Octal205377324600210237144114
Binary10000101111111111101010011000001000101001111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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