Html Css Color HEX #059E7D Free Speech Aquamarine

📋 copy color: '#059E7D'

red 5 ◦ green 158 ◦ blue 125

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

Shades of Free Speech Aquamarine #059E7D

Tints of Free Speech Aquamarine #059E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 54.86%

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

R = 1.74%
G = 54.86%
B = 43.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#059E7D (or 0x059E7D) is known color: Free Speech Aquamarine. HEX triplet: 05, 9E and 7D. RGB value is (5,158,125). Sum of RGB (Red+Green+Blue) = 5+158+125=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 158 (62.11% from 255 or 54.86% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 158 - color contains mainly: green. Hex color #059E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059E7D is #FA6182. Grayscale: #6C6C6C. Windows color (decimal): -16408963 or 8232453. OLE color: 8232453.

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

Color convert

RGB 5 158 125 -
CMYK 0.97 0 0.21 0.38
HSL 167.06º 0.94% 0.32% -
HSV(B) 167.06º 0.97% 0.62% -
XYZ 15.99 25.97 23.57 -
YUV 108.49 137.31 54.18 -
System Red Green Blue C M Y K H S L
Decimal 5 158 125 0.97 0 0.21 0.38 167.06 0.94 0.32
Hex 5 9E 7D 61 0 15 26 A7 5E 20
Octal 5 236 175 141 0 25 46 247 136 40
Binary 101 10011110 1111101 1100001 0 10101 100110 10100111 1011110 100000

Color Harmonies of #059E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059E7D

Black with #059E7D

Text Example


Text Example

White with #059E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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