Html Css Color HEX #059E7A Free Speech Aquamarine

📋 copy color: '#059E7A'

red 5 ◦ green 158 ◦ blue 122

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

Shades of Free Speech Aquamarine #059E7A

Tints of Free Speech Aquamarine #059E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.81%

R = 1.75%
G = 55.44%
B = 42.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#059E7A (or 0x059E7A) is known color: Free Speech Aquamarine. HEX triplet: 05, 9E and 7A. RGB value is (5,158,122). Sum of RGB (Red+Green+Blue) = 5+158+122=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 158 (62.11% from 255 or 55.44% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 158 - color contains mainly: green. Hex color #059E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059E7A is #FA6185. Grayscale: #6C6C6C. Windows color (decimal): -16408966 or 8035845. OLE color: 8035845.

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

Color convert

RGB 5 158 122 -
CMYK 0.97 0 0.23 0.38
HSL 165.88º 0.94% 0.32% -
HSV(B) 165.88º 0.97% 0.62% -
XYZ 15.8 25.89 22.58 -
YUV 108.15 135.81 54.43 -
System Red Green Blue C M Y K H S L
Decimal 5 158 122 0.97 0 0.23 0.38 165.88 0.94 0.32
Hex 5 9E 7A 61 0 17 26 A6 5E 20
Octal 5 236 172 141 0 27 46 246 136 40
Binary 101 10011110 1111010 1100001 0 10111 100110 10100110 1011110 100000

Color Harmonies of #059E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059E7A

Black with #059E7A

Text Example


Text Example

White with #059E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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