Html Css Color HEX #059D7D Free Speech Aquamarine

📋 copy color: '#059D7D'

red 5 ◦ green 157 ◦ blue 125

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

Shades of Free Speech Aquamarine #059D7D

Tints of Free Speech Aquamarine #059D7D

RGB

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

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

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

R = 1.74%
G = 54.7%
B = 43.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#059D7D (or 0x059D7D) is known color: Free Speech Aquamarine. HEX triplet: 05, 9D and 7D. RGB value is (5,157,125). Sum of RGB (Red+Green+Blue) = 5+157+125=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #059D7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059D7D is #FA6282. Grayscale: #6B6B6B. Windows color (decimal): -16409219 or 8232197. OLE color: 8232197.

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

Color convert

RGB 5 157 125 -
CMYK 0.97 0 0.20 0.38
HSL 167.37º 0.94% 0.32% -
HSV(B) 167.37º 0.97% 0.62% -
XYZ 15.82 25.63 23.51 -
YUV 107.9 137.64 54.6 -
System Red Green Blue C M Y K H S L
Decimal 5 157 125 0.97 0 0.20 0.38 167.37 0.94 0.32
Hex 5 9D 7D 61 0 14 26 A7 5E 20
Octal 5 235 175 141 0 24 46 247 136 40
Binary 101 10011101 1111101 1100001 0 10100 100110 10100111 1011110 100000

Color Harmonies of #059D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059D7D

Black with #059D7D

Text Example


Text Example

White with #059D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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