Html Css Color HEX #85FFD0 Aquamarine

📋 copy color: '#85FFD0'

red 133 ◦ green 255 ◦ blue 208

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

Shades of Aquamarine #85FFD0

Tints of Aquamarine #85FFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.9%

R = 22.32%
G = 42.79%
B = 34.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#85FFD0 (or 0x85FFD0) is known color: Aquamarine. HEX triplet: 85, FF and D0. RGB value is (133,255,208). Sum of RGB (Red+Green+Blue) = 133+255+208=596 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.32% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFD0 is #7A002F. Grayscale: #D5D5D5. Windows color (decimal): -7995440 or 13696901. OLE color: 13696901.

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

Color convert

RGB 133 255 208 -
CMYK 0.48 0 0.18 0
HSL 156.89º 1% 0.76% -
HSV(B) 156.89º 0.48% 1% -
XYZ 56.82 81.06 72.33 -
YUV 213.16 125.08 70.82 -
System Red Green Blue C M Y K H S L
Decimal 133 255 208 0.48 0 0.18 0 156.89 1 0.76
Hex 85 FF D0 30 0 12 0 9D 64 4C
Octal 205 377 320 60 0 22 0 235 144 114
Binary 10000101 11111111 11010000 110000 0 10010 0 10011101 1100100 1001100

Color Harmonies of #85FFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFD0

Black with #85FFD0

Text Example


Text Example

White with #85FFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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