Html Css Color HEX #85FFD8 Aquamarine

📋 copy color: '#85FFD8'

red 133 ◦ green 255 ◦ blue 216

#85FFD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #85FFD8

Tints of Aquamarine #85FFD8

RGB

 RED value IS 133 (52.34% from 255) = 22.02%

 GREEN value IS 255 (100% from 255) = 42.22%

 BLUE value IS 216 (84.77% from 255) = 35.76%

R = 22.02%
G = 42.22%
B = 35.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#85FFD8 (or 0x85FFD8) is known color: Aquamarine. HEX triplet: 85, FF and D8. RGB value is (133,255,216). Sum of RGB (Red+Green+Blue) = 133+255+216=604 (80% of max value = 765). Red value is 133 (52.34% from 255 or 22.02% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFD8 is #7A0027. Grayscale: #D6D6D6. Windows color (decimal): -7995432 or 14221189. OLE color: 14221189.

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

Color convert

RGB 133 255 216 -
CMYK 0.48 0 0.15 0
HSL 160.82º 1% 0.76% -
HSV(B) 160.82º 0.48% 1% -
XYZ 57.83 81.46 77.64 -
YUV 214.08 129.08 70.17 -
System Red Green Blue C M Y K H S L
Decimal 133 255 216 0.48 0 0.15 0 160.82 1 0.76
Hex 85 FF D8 30 0 F 0 A1 64 4C
Octal 205 377 330 60 0 17 0 241 144 114
Binary 10000101 11111111 11011000 110000 0 1111 0 10100001 1100100 1001100

Color Harmonies of #85FFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFD8

Black with #85FFD8

Text Example


Text Example

White with #85FFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85FFD8;
 }
 .AnyTagClassName
 {
   color: #85FFD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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