Html Css Color HEX #059B7F Free Speech Aquamarine

📋 copy color: '#059B7F'

red 5 ◦ green 155 ◦ blue 127

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

Shades of Free Speech Aquamarine #059B7F

Tints of Free Speech Aquamarine #059B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 54.01%

 BLUE value IS 127 (50% from 255) = 44.25%

R = 1.74%
G = 54.01%
B = 44.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#059B7F (or 0x059B7F) is known color: Free Speech Aquamarine. HEX triplet: 05, 9B and 7F. RGB value is (5,155,127). Sum of RGB (Red+Green+Blue) = 5+155+127=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #059B7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059B7F is #FA6480. Grayscale: #6A6A6A. Windows color (decimal): -16409729 or 8362757. OLE color: 8362757.

HSL color Cylindrical-coordinate representation of color #059B7F: hue angle of 168.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059B7F is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 155 127 -
CMYK 0.97 0 0.18 0.39
HSL 168.8º 0.94% 0.31% -
HSV(B) 168.8º 0.97% 0.61% -
XYZ 15.61 25.01 24.08 -
YUV 106.96 139.31 55.28 -
System Red Green Blue C M Y K H S L
Decimal 5 155 127 0.97 0 0.18 0.39 168.8 0.94 0.31
Hex 5 9B 7F 61 0 12 27 A9 5E 1F
Octal 5 233 177 141 0 22 47 251 136 37
Binary 101 10011011 1111111 1100001 0 10010 100111 10101001 1011110 11111

Color Harmonies of #059B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059B7F

Black with #059B7F

Text Example


Text Example

White with #059B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,155,127); }

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

background-color css

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

 a { background-color: rgb(5,155,127); }

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

border-color css

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

 span { border-color: rgb(5,155,127); }

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