Html Css Color HEX #85FED7 Aquamarine

📋 copy color: '#85FED7'

red 133 ◦ green 254 ◦ blue 215

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

Shades of Aquamarine #85FED7

Tints of Aquamarine #85FED7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.19%

 BLUE value IS 215 (84.38% from 255) = 35.71%

R = 22.09%
G = 42.19%
B = 35.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#85FED7 (or 0x85FED7) is known color: Aquamarine. HEX triplet: 85, FE and D7. RGB value is (133,254,215). Sum of RGB (Red+Green+Blue) = 133+254+215=602 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.09% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #85FED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FED7 is #7A0128. Grayscale: #D5D5D5. Windows color (decimal): -7995689 or 14155397. OLE color: 14155397.

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

Color convert

RGB 133 254 215 -
CMYK 0.48 0 0.15 0.00
HSL 160.66º 0.98% 0.76% -
HSV(B) 160.66º 0.48% 1% -
XYZ 57.38 80.78 76.86 -
YUV 213.38 128.91 70.67 -
System Red Green Blue C M Y K H S L
Decimal 133 254 215 0.48 0 0.15 0.00 160.66 0.98 0.76
Hex 85 FE D7 30 0 F 0 A1 62 4C
Octal 205 376 327 60 0 17 0 241 142 114
Binary 10000101 11111110 11010111 110000 0 1111 0 10100001 1100010 1001100

Color Harmonies of #85FED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FED7

Black with #85FED7

Text Example


Text Example

White with #85FED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,254,215); }

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

background-color css

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

 a { background-color: rgb(133,254,215); }

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

border-color css

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

 span { border-color: rgb(133,254,215); }

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