Html Css Color HEX #059D6D Free Speech Aquamarine

📋 copy color: '#059D6D'

red 5 ◦ green 157 ◦ blue 109

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

Shades of Free Speech Aquamarine #059D6D

Tints of Free Speech Aquamarine #059D6D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.93%

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

R = 1.85%
G = 57.93%
B = 40.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#059D6D (or 0x059D6D) is known color: Free Speech Aquamarine. HEX triplet: 05, 9D and 6D. RGB value is (5,157,109). Sum of RGB (Red+Green+Blue) = 5+157+109=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 157 (61.72% from 255 or 57.93% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 157 - color contains mainly: green. Hex color #059D6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059D6D is #FA6292. Grayscale: #6A6A6A. Windows color (decimal): -16409235 or 7183621. OLE color: 7183621.

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

Color convert

RGB 5 157 109 -
CMYK 0.97 0 0.31 0.38
HSL 161.05º 0.94% 0.32% -
HSV(B) 161.05º 0.97% 0.62% -
XYZ 14.88 25.25 18.56 -
YUV 106.08 129.64 55.9 -
System Red Green Blue C M Y K H S L
Decimal 5 157 109 0.97 0 0.31 0.38 161.05 0.94 0.32
Hex 5 9D 6D 61 0 1F 26 A1 5E 20
Octal 5 235 155 141 0 37 46 241 136 40
Binary 101 10011101 1101101 1100001 0 11111 100110 10100001 1011110 100000

Color Harmonies of #059D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059D6D

Black with #059D6D

Text Example


Text Example

White with #059D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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