Html Css Color HEX #059D6E Free Speech Aquamarine

📋 copy color: '#059D6E'

red 5 ◦ green 157 ◦ blue 110

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

Shades of Free Speech Aquamarine #059D6E

Tints of Free Speech Aquamarine #059D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 1.84%
G = 57.72%
B = 40.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#059D6E (or 0x059D6E) is known color: Free Speech Aquamarine. HEX triplet: 05, 9D and 6E. RGB value is (5,157,110). Sum of RGB (Red+Green+Blue) = 5+157+110=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 157 (61.72% from 255 or 57.72% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 157 - color contains mainly: green. Hex color #059D6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059D6E is #FA6291. Grayscale: #6A6A6A. Windows color (decimal): -16409234 or 7249157. OLE color: 7249157.

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

Color convert

RGB 5 157 110 -
CMYK 0.97 0 0.30 0.38
HSL 161.45º 0.94% 0.32% -
HSV(B) 161.45º 0.97% 0.62% -
XYZ 14.93 25.27 18.84 -
YUV 106.19 130.14 55.82 -
System Red Green Blue C M Y K H S L
Decimal 5 157 110 0.97 0 0.30 0.38 161.45 0.94 0.32
Hex 5 9D 6E 61 0 1E 26 A1 5E 20
Octal 5 235 156 141 0 36 46 241 136 40
Binary 101 10011101 1101110 1100001 0 11110 100110 10100001 1011110 100000

Color Harmonies of #059D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059D6E

Black with #059D6E

Text Example


Text Example

White with #059D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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