Html Css Color HEX #059E6F Free Speech Aquamarine

📋 copy color: '#059E6F'

red 5 ◦ green 158 ◦ blue 111

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

Shades of Free Speech Aquamarine #059E6F

Tints of Free Speech Aquamarine #059E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 1.82%
G = 57.66%
B = 40.51%

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

#059E6F (or 0x059E6F) is known color: Free Speech Aquamarine. HEX triplet: 05, 9E and 6F. RGB value is (5,158,111). Sum of RGB (Red+Green+Blue) = 5+158+111=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 158 (62.11% from 255 or 57.66% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 158 - color contains mainly: green. Hex color #059E6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059E6F is #FA6190. Grayscale: #6A6A6A. Windows color (decimal): -16408977 or 7314949. OLE color: 7314949.

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

Color convert

RGB 5 158 111 -
CMYK 0.97 0 0.30 0.38
HSL 161.57º 0.94% 0.32% -
HSV(B) 161.57º 0.97% 0.62% -
XYZ 15.16 25.63 19.19 -
YUV 106.9 130.31 55.32 -
System Red Green Blue C M Y K H S L
Decimal 5 158 111 0.97 0 0.30 0.38 161.57 0.94 0.32
Hex 5 9E 6F 61 0 1E 26 A2 5E 20
Octal 5 236 157 141 0 36 46 242 136 40
Binary 101 10011110 1101111 1100001 0 11110 100110 10100010 1011110 100000

Color Harmonies of #059E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059E6F

Black with #059E6F

Text Example


Text Example

White with #059E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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