Html Css Color HEX #85FED4 Aquamarine

📋 copy color: '#85FED4'

red 133 ◦ green 254 ◦ blue 212

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

Shades of Aquamarine #85FED4

Tints of Aquamarine #85FED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.39%

R = 22.2%
G = 42.4%
B = 35.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#85FED4 (or 0x85FED4) is known color: Aquamarine. HEX triplet: 85, FE and D4. RGB value is (133,254,212). Sum of RGB (Red+Green+Blue) = 133+254+212=599 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.20% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #85FED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FED4 is #7A012B. Grayscale: #D5D5D5. Windows color (decimal): -7995692 or 13958789. OLE color: 13958789.

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

Color convert

RGB 133 254 212 -
CMYK 0.48 0 0.17 0.00
HSL 159.17º 0.98% 0.76% -
HSV(B) 159.17º 0.48% 1% -
XYZ 57 80.62 74.85 -
YUV 213.03 127.41 70.92 -
System Red Green Blue C M Y K H S L
Decimal 133 254 212 0.48 0 0.17 0.00 159.17 0.98 0.76
Hex 85 FE D4 30 0 11 0 9F 62 4C
Octal 205 376 324 60 0 21 0 237 142 114
Binary 10000101 11111110 11010100 110000 0 10001 0 10011111 1100010 1001100

Color Harmonies of #85FED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FED4

Black with #85FED4

Text Example


Text Example

White with #85FED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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