Html Css Color HEX #059C75 Free Speech Aquamarine

📋 copy color: '#059C75'

red 5 ◦ green 156 ◦ blue 117

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

Shades of Free Speech Aquamarine #059C75

Tints of Free Speech Aquamarine #059C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.12%

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 1.8%
G = 56.12%
B = 42.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#059C75 (or 0x059C75) is known color: Free Speech Aquamarine. HEX triplet: 05, 9C and 75. RGB value is (5,156,117). Sum of RGB (Red+Green+Blue) = 5+156+117=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 156 (61.33% from 255 or 56.12% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 156 - color contains mainly: green. Hex color #059C75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C75 is #FA638A. Grayscale: #6A6A6A. Windows color (decimal): -16409483 or 7707653. OLE color: 7707653.

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

Color convert

RGB 5 156 117 -
CMYK 0.97 0 0.25 0.39
HSL 164.5º 0.94% 0.32% -
HSV(B) 164.5º 0.97% 0.61% -
XYZ 15.16 25.09 20.87 -
YUV 106.41 133.97 55.67 -
System Red Green Blue C M Y K H S L
Decimal 5 156 117 0.97 0 0.25 0.39 164.5 0.94 0.32
Hex 5 9C 75 61 0 19 27 A5 5E 20
Octal 5 234 165 141 0 31 47 245 136 40
Binary 101 10011100 1110101 1100001 0 11001 100111 10100101 1011110 100000

Color Harmonies of #059C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C75

Black with #059C75

Text Example


Text Example

White with #059C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,156,117); }

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

background-color css

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

 a { background-color: rgb(5,156,117); }

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

border-color css

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

 span { border-color: rgb(5,156,117); }

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