Html Css Color HEX #59FEDC Aquamarine

📋 copy color: '#59FEDC'

red 89 ◦ green 254 ◦ blue 220

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

Shades of Aquamarine #59FEDC

Tints of Aquamarine #59FEDC

RGB

 RED value IS 89 (35.16% from 255) = 15.81%

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 15.81%
G = 45.12%
B = 39.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#59FEDC (or 0x59FEDC) is known color: Aquamarine. HEX triplet: 59, FE and DC. RGB value is (89,254,220). Sum of RGB (Red+Green+Blue) = 89+254+220=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #59FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FEDC is #A60123. Grayscale: #C8C8C8. Windows color (decimal): -10879268 or 14483033. OLE color: 14483033.

HSL color Cylindrical-coordinate representation of color #59FEDC: hue angle of 167.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FEDC is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 89 254 220 -
CMYK 0.65 0 0.13 0.00
HSL 167.64º 0.99% 0.67% -
HSV(B) 167.64º 0.65% 1% -
XYZ 52.48 78.17 80.03 -
YUV 200.79 138.84 48.26 -
System Red Green Blue C M Y K H S L
Decimal 89 254 220 0.65 0 0.13 0.00 167.64 0.99 0.67
Hex 59 FE DC 41 0 D 0 A8 63 43
Octal 131 376 334 101 0 15 0 250 143 103
Binary 1011001 11111110 11011100 1000001 0 1101 0 10101000 1100011 1000011

Color Harmonies of #59FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FEDC

Black with #59FEDC

Text Example


Text Example

White with #59FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59FEDC; }

 p { color: rgb(89,254,220); }

 H1.HeaderClassName
 {
   color: #59FEDC;
 }
 .AnyTagClassName
 {
   color: #59FEDC;
 }
</style>

background-color css

<style>
 a { background-color: #59FEDC; }

 a { background-color: rgb(89,254,220); }

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

border-color css

<style>
 span { border-color: #59FEDC; }

 span { border-color: rgb(89,254,220); }

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