Html Css Color HEX #59FFCC Aquamarine

📋 copy color: '#59FFCC'

red 89 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #59FFCC

Tints of Aquamarine #59FFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 16.24%
G = 46.53%
B = 37.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#59FFCC (or 0x59FFCC) is known color: Aquamarine. HEX triplet: 59, FF and CC. RGB value is (89,255,204). Sum of RGB (Red+Green+Blue) = 89+255+204=548 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.24% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FFCC is #A60033. Grayscale: #C7C7C7. Windows color (decimal): -10879028 or 13434713. OLE color: 13434713.

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

Color convert

RGB 89 255 204 -
CMYK 0.65 0 0.2 0
HSL 161.57º 1% 0.67% -
HSV(B) 161.57º 0.65% 1% -
XYZ 50.78 78 69.51 -
YUV 199.55 130.5 49.15 -
System Red Green Blue C M Y K H S L
Decimal 89 255 204 0.65 0 0.2 0 161.57 1 0.67
Hex 59 FF CC 41 0 14 0 A2 64 43
Octal 131 377 314 101 0 24 0 242 144 103
Binary 1011001 11111111 11001100 1000001 0 10100 0 10100010 1100100 1000011

Color Harmonies of #59FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FFCC

Black with #59FFCC

Text Example


Text Example

White with #59FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,255,204); }

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

background-color css

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

 a { background-color: rgb(89,255,204); }

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

border-color css

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

 span { border-color: rgb(89,255,204); }

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