Html Css Color HEX #059C7D Free Speech Aquamarine

📋 copy color: '#059C7D'

red 5 ◦ green 156 ◦ blue 125

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

Shades of Free Speech Aquamarine #059C7D

Tints of Free Speech Aquamarine #059C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.55%

 BLUE value IS 125 (49.22% from 255) = 43.71%

R = 1.75%
G = 54.55%
B = 43.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#059C7D (or 0x059C7D) is known color: Free Speech Aquamarine. HEX triplet: 05, 9C and 7D. RGB value is (5,156,125). Sum of RGB (Red+Green+Blue) = 5+156+125=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #059C7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C7D is #FA6382. Grayscale: #6B6B6B. Windows color (decimal): -16409475 or 8231941. OLE color: 8231941.

HSL color Cylindrical-coordinate representation of color #059C7D: hue angle of 167.68º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059C7D is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 156 125 -
CMYK 0.97 0 0.20 0.39
HSL 167.68º 0.94% 0.32% -
HSV(B) 167.68º 0.97% 0.61% -
XYZ 15.65 25.29 23.46 -
YUV 107.32 137.97 55.02 -
System Red Green Blue C M Y K H S L
Decimal 5 156 125 0.97 0 0.20 0.39 167.68 0.94 0.32
Hex 5 9C 7D 61 0 14 27 A8 5E 20
Octal 5 234 175 141 0 24 47 250 136 40
Binary 101 10011100 1111101 1100001 0 10100 100111 10101000 1011110 100000

Color Harmonies of #059C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C7D

Black with #059C7D

Text Example


Text Example

White with #059C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059C7D; }

 p { color: rgb(5,156,125); }

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

background-color css

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

 a { background-color: rgb(5,156,125); }

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

border-color css

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

 span { border-color: rgb(5,156,125); }

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