Html Css Color HEX #139977 Free Speech Aquamarine

📋 copy color: '#139977'

red 19 ◦ green 153 ◦ blue 119

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

Shades of Free Speech Aquamarine #139977

Tints of Free Speech Aquamarine #139977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.58%

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

R = 6.53%
G = 52.58%
B = 40.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#139977 (or 0x139977) is known color: Free Speech Aquamarine. HEX triplet: 13, 99 and 77. RGB value is (19,153,119). Sum of RGB (Red+Green+Blue) = 19+153+119=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #139977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139977 is #EC6688. Grayscale: #6D6D6D. Windows color (decimal): -15492745 or 7837971. OLE color: 7837971.

HSL color Cylindrical-coordinate representation of color #139977: hue angle of 164.78º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139977 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 119 -
CMYK 0.88 0 0.22 0.4
HSL 164.78º 0.78% 0.34% -
HSV(B) 164.78º 0.88% 0.6% -
XYZ 14.99 24.25 21.34 -
YUV 109.06 133.61 63.76 -
System Red Green Blue C M Y K H S L
Decimal 19 153 119 0.88 0 0.22 0.4 164.78 0.78 0.34
Hex 13 99 77 58 0 16 28 A5 4E 22
Octal 23 231 167 130 0 26 50 245 116 42
Binary 10011 10011001 1110111 1011000 0 10110 101000 10100101 1001110 100010

Color Harmonies of #139977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139977

Black with #139977

Text Example


Text Example

White with #139977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139977; }

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

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

background-color css

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

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

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

border-color css

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

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

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