Html Css Color HEX #59FFCF Aquamarine

📋 copy color: '#59FFCF'

red 89 ◦ green 255 ◦ blue 207

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

Shades of Aquamarine #59FFCF

Tints of Aquamarine #59FFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 16.15%
G = 46.28%
B = 37.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#59FFCF (or 0x59FFCF) is known color: Aquamarine. HEX triplet: 59, FF and CF. RGB value is (89,255,207). Sum of RGB (Red+Green+Blue) = 89+255+207=551 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.15% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FFCF is #A60030. Grayscale: #C7C7C7. Windows color (decimal): -10879025 or 13631321. OLE color: 13631321.

HSL color Cylindrical-coordinate representation of color #59FFCF: hue angle of 162.65º 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 #59FFCF is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 89 255 207 -
CMYK 0.65 0 0.19 0
HSL 162.65º 1% 0.67% -
HSV(B) 162.65º 0.65% 1% -
XYZ 51.14 78.15 71.42 -
YUV 199.89 132 48.9 -
System Red Green Blue C M Y K H S L
Decimal 89 255 207 0.65 0 0.19 0 162.65 1 0.67
Hex 59 FF CF 41 0 13 0 A3 64 43
Octal 131 377 317 101 0 23 0 243 144 103
Binary 1011001 11111111 11001111 1000001 0 10011 0 10100011 1100100 1000011

Color Harmonies of #59FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FFCF

Black with #59FFCF

Text Example


Text Example

White with #59FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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