Html Css Color HEX #059C6D Free Speech Aquamarine

📋 copy color: '#059C6D'

red 5 ◦ green 156 ◦ blue 109

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

Shades of Free Speech Aquamarine #059C6D

Tints of Free Speech Aquamarine #059C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.37%

R = 1.85%
G = 57.78%
B = 40.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#059C6D (or 0x059C6D) is known color: Free Speech Aquamarine. HEX triplet: 05, 9C and 6D. RGB value is (5,156,109). Sum of RGB (Red+Green+Blue) = 5+156+109=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 156 (61.33% from 255 or 57.78% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 156 - color contains mainly: green. Hex color #059C6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C6D is #FA6392. Grayscale: #696969. Windows color (decimal): -16409491 or 7183365. OLE color: 7183365.

HSL color Cylindrical-coordinate representation of color #059C6D: hue angle of 161.32º 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 #059C6D is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 156 109 -
CMYK 0.97 0 0.30 0.39
HSL 161.32º 0.94% 0.32% -
HSV(B) 161.32º 0.97% 0.61% -
XYZ 14.71 24.91 18.5 -
YUV 105.49 129.97 56.32 -
System Red Green Blue C M Y K H S L
Decimal 5 156 109 0.97 0 0.30 0.39 161.32 0.94 0.32
Hex 5 9C 6D 61 0 1E 27 A1 5E 20
Octal 5 234 155 141 0 36 47 241 136 40
Binary 101 10011100 1101101 1100001 0 11110 100111 10100001 1011110 100000

Color Harmonies of #059C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C6D

Black with #059C6D

Text Example


Text Example

White with #059C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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