Html Css Color HEX #139D71 Free Speech Aquamarine

📋 copy color: '#139D71'

red 19 ◦ green 157 ◦ blue 113

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

Shades of Free Speech Aquamarine #139D71

Tints of Free Speech Aquamarine #139D71

RGB

 RED value IS 19 (7.81% from 255) = 6.57%

 GREEN value IS 157 (61.72% from 255) = 54.33%

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

R = 6.57%
G = 54.33%
B = 39.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#139D71 (or 0x139D71) is known color: Free Speech Aquamarine. HEX triplet: 13, 9D and 71. RGB value is (19,157,113). Sum of RGB (Red+Green+Blue) = 19+157+113=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #139D71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139D71 is #EC628E. Grayscale: #6E6E6E. Windows color (decimal): -15491727 or 7445779. OLE color: 7445779.

HSL color Cylindrical-coordinate representation of color #139D71: hue angle of 160.87º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139D71 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 157 113 -
CMYK 0.88 0 0.28 0.38
HSL 160.87º 0.78% 0.35% -
HSV(B) 160.87º 0.88% 0.62% -
XYZ 15.31 25.44 19.73 -
YUV 110.72 129.28 62.58 -
System Red Green Blue C M Y K H S L
Decimal 19 157 113 0.88 0 0.28 0.38 160.87 0.78 0.35
Hex 13 9D 71 58 0 1C 26 A1 4E 23
Octal 23 235 161 130 0 34 46 241 116 43
Binary 10011 10011101 1110001 1011000 0 11100 100110 10100001 1001110 100011

Color Harmonies of #139D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D71

Black with #139D71

Text Example


Text Example

White with #139D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139D71; }

 p { color: rgb(19,157,113); }

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

background-color css

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

 a { background-color: rgb(19,157,113); }

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

border-color css

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

 span { border-color: rgb(19,157,113); }

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