#139976

Color #139976 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #139976

Tints of Free Speech Aquamarine #139976

Color information

#139976 (or 0x139976) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 99 and 76. RGB value is (19,153,118). Sum of RGB (Red+Green+Blue) = 19+153+118=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #139976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139976 is #EC6689. Grayscale: #6C6C6C. Windows color (decimal): -15492746 or 7772435. OLE color: 7772435.

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

Color convert

RGB19153118-
CMYK0.8800.230.4
HSL164.33º77.91%33.73%-
HSV(B)164.33º87.58%60%-
XYZ14.9324.2321.03-
YUV108.94133.1163.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.55%
GREEN value IS 153 (60.16% from 255) = 52.76%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=6.55%
G=52.76%
B=40.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal191531180.8800.230.4164.3377.9133.73
Hex1399765801728a44e22
Octal232311661300275024411642
Binary100111001100111101101011000010111101000101001001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139976; }

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

 H1.HeaderClassName
 {
   color: #139976;
 }
 .AnyTagClassName
 {
   color: #139976;
 }
</style>
background-color css

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

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

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

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

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

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