Html Css Color HEX #059B7C Free Speech Aquamarine

📋 copy color: '#059B7C'

red 5 ◦ green 155 ◦ blue 124

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

Shades of Free Speech Aquamarine #059B7C

Tints of Free Speech Aquamarine #059B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 1.76%
G = 54.58%
B = 43.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#059B7C (or 0x059B7C) is known color: Free Speech Aquamarine. HEX triplet: 05, 9B and 7C. RGB value is (5,155,124). Sum of RGB (Red+Green+Blue) = 5+155+124=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #059B7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059B7C is #FA6483. Grayscale: #6A6A6A. Windows color (decimal): -16409732 or 8166149. OLE color: 8166149.

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

Color convert

RGB 5 155 124 -
CMYK 0.97 0 0.2 0.39
HSL 167.6º 0.94% 0.31% -
HSV(B) 167.6º 0.97% 0.61% -
XYZ 15.42 24.93 23.07 -
YUV 106.62 137.81 55.52 -
System Red Green Blue C M Y K H S L
Decimal 5 155 124 0.97 0 0.2 0.39 167.6 0.94 0.31
Hex 5 9B 7C 61 0 14 27 A8 5E 1F
Octal 5 233 174 141 0 24 47 250 136 37
Binary 101 10011011 1111100 1100001 0 10100 100111 10101000 1011110 11111

Color Harmonies of #059B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059B7C

Black with #059B7C

Text Example


Text Example

White with #059B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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