Html Css Color HEX #139D77 Free Speech Aquamarine

📋 copy color: '#139D77'

red 19 ◦ green 157 ◦ blue 119

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

Shades of Free Speech Aquamarine #139D77

Tints of Free Speech Aquamarine #139D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.34%

R = 6.44%
G = 53.22%
B = 40.34%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#139D77 (or 0x139D77) is known color: Free Speech Aquamarine. HEX triplet: 13, 9D and 77. RGB value is (19,157,119). Sum of RGB (Red+Green+Blue) = 19+157+119=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #139D77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139D77 is #EC6288. Grayscale: #6F6F6F. Windows color (decimal): -15491721 or 7838995. OLE color: 7838995.

HSL color Cylindrical-coordinate representation of color #139D77: hue angle of 163.48º 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 #139D77 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 157 119 -
CMYK 0.88 0 0.24 0.38
HSL 163.48º 0.78% 0.35% -
HSV(B) 163.48º 0.88% 0.62% -
XYZ 15.66 25.58 21.57 -
YUV 111.41 132.28 62.09 -
System Red Green Blue C M Y K H S L
Decimal 19 157 119 0.88 0 0.24 0.38 163.48 0.78 0.35
Hex 13 9D 77 58 0 18 26 A3 4E 23
Octal 23 235 167 130 0 30 46 243 116 43
Binary 10011 10011101 1110111 1011000 0 11000 100110 10100011 1001110 100011

Color Harmonies of #139D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D77

Black with #139D77

Text Example


Text Example

White with #139D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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