Html Css Color HEX #139979 Free Speech Aquamarine

📋 copy color: '#139979'

red 19 ◦ green 153 ◦ blue 121

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

Shades of Free Speech Aquamarine #139979

Tints of Free Speech Aquamarine #139979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.3%

R = 6.48%
G = 52.22%
B = 41.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#139979 (or 0x139979) is known color: Free Speech Aquamarine. HEX triplet: 13, 99 and 79. RGB value is (19,153,121). Sum of RGB (Red+Green+Blue) = 19+153+121=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #139979 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139979 is #EC6686. Grayscale: #6D6D6D. Windows color (decimal): -15492743 or 7969043. OLE color: 7969043.

HSL color Cylindrical-coordinate representation of color #139979: hue angle of 165.67º 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 #139979 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 121 -
CMYK 0.88 0 0.21 0.4
HSL 165.67º 0.78% 0.34% -
HSV(B) 165.67º 0.88% 0.6% -
XYZ 15.11 24.3 21.98 -
YUV 109.29 134.61 63.6 -
System Red Green Blue C M Y K H S L
Decimal 19 153 121 0.88 0 0.21 0.4 165.67 0.78 0.34
Hex 13 99 79 58 0 15 28 A6 4E 22
Octal 23 231 171 130 0 25 50 246 116 42
Binary 10011 10011001 1111001 1011000 0 10101 101000 10100110 1001110 100010

Color Harmonies of #139979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139979

Black with #139979

Text Example


Text Example

White with #139979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139979; }

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

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

background-color css

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

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

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

border-color css

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

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

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