Html Css Color HEX #059871 Free Speech Aquamarine

📋 copy color: '#059871'

red 5 ◦ green 152 ◦ blue 113

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

Shades of Free Speech Aquamarine #059871

Tints of Free Speech Aquamarine #059871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.3%

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 1.85%
G = 56.3%
B = 41.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#059871 (or 0x059871) is known color: Free Speech Aquamarine. HEX triplet: 05, 98 and 71. RGB value is (5,152,113). Sum of RGB (Red+Green+Blue) = 5+152+113=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #059871 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059871 is #FA678E. Grayscale: #676767. Windows color (decimal): -16410511 or 7444485. OLE color: 7444485.

HSL color Cylindrical-coordinate representation of color #059871: hue angle of 164.08º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059871 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 152 113 -
CMYK 0.97 0 0.26 0.40
HSL 164.08º 0.94% 0.31% -
HSV(B) 164.08º 0.97% 0.6% -
XYZ 14.27 23.68 19.44 -
YUV 103.6 133.3 57.67 -
System Red Green Blue C M Y K H S L
Decimal 5 152 113 0.97 0 0.26 0.40 164.08 0.94 0.31
Hex 5 98 71 61 0 1A 28 A4 5E 1F
Octal 5 230 161 141 0 32 50 244 136 37
Binary 101 10011000 1110001 1100001 0 11010 101000 10100100 1011110 11111

Color Harmonies of #059871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059871

Black with #059871

Text Example


Text Example

White with #059871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059871; }

 p { color: rgb(5,152,113); }

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

background-color css

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

 a { background-color: rgb(5,152,113); }

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

border-color css

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

 span { border-color: rgb(5,152,113); }

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