Html Css Color HEX #059B7D Free Speech Aquamarine

📋 copy color: '#059B7D'

red 5 ◦ green 155 ◦ blue 125

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

Shades of Free Speech Aquamarine #059B7D

Tints of Free Speech Aquamarine #059B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.86%

R = 1.75%
G = 54.39%
B = 43.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#059B7D (or 0x059B7D) is known color: Free Speech Aquamarine. HEX triplet: 05, 9B and 7D. RGB value is (5,155,125). Sum of RGB (Red+Green+Blue) = 5+155+125=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #059B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059B7D is #FA6482. Grayscale: #6A6A6A. Windows color (decimal): -16409731 or 8231685. OLE color: 8231685.

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

Color convert

RGB 5 155 125 -
CMYK 0.97 0 0.19 0.39
HSL 168º 0.94% 0.31% -
HSV(B) 168º 0.97% 0.61% -
XYZ 15.49 24.96 23.4 -
YUV 106.73 138.31 55.44 -
System Red Green Blue C M Y K H S L
Decimal 5 155 125 0.97 0 0.19 0.39 168 0.94 0.31
Hex 5 9B 7D 61 0 13 27 A8 5E 1F
Octal 5 233 175 141 0 23 47 250 136 37
Binary 101 10011011 1111101 1100001 0 10011 100111 10101000 1011110 11111

Color Harmonies of #059B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059B7D

Black with #059B7D

Text Example


Text Example

White with #059B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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