Html Css Color HEX #059976 Free Speech Aquamarine

📋 copy color: '#059976'

red 5 ◦ green 153 ◦ blue 118

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

Shades of Free Speech Aquamarine #059976

Tints of Free Speech Aquamarine #059976

RGB

 RED value IS 5 (2.34% from 255) = 1.81%

 GREEN value IS 153 (60.16% from 255) = 55.43%

 BLUE value IS 118 (46.48% from 255) = 42.75%

R = 1.81%
G = 55.43%
B = 42.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#059976 (or 0x059976) is known color: Free Speech Aquamarine. HEX triplet: 05, 99 and 76. RGB value is (5,153,118). Sum of RGB (Red+Green+Blue) = 5+153+118=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #059976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059976 is #FA6689. Grayscale: #686868. Windows color (decimal): -16410250 or 7772421. OLE color: 7772421.

HSL color Cylindrical-coordinate representation of color #059976: hue angle of 165.81º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059976 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 153 118 -
CMYK 0.97 0 0.23 0.4
HSL 165.81º 0.94% 0.31% -
HSV(B) 165.81º 0.97% 0.6% -
XYZ 14.72 24.12 21.02 -
YUV 104.76 135.47 56.85 -
System Red Green Blue C M Y K H S L
Decimal 5 153 118 0.97 0 0.23 0.4 165.81 0.94 0.31
Hex 5 99 76 61 0 17 28 A6 5E 1F
Octal 5 231 166 141 0 27 50 246 136 37
Binary 101 10011001 1110110 1100001 0 10111 101000 10100110 1011110 11111

Color Harmonies of #059976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059976

Black with #059976

Text Example


Text Example

White with #059976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059976; }

 p { color: rgb(5,153,118); }

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

background-color css

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

 a { background-color: rgb(5,153,118); }

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

border-color css

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

 span { border-color: rgb(5,153,118); }

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