#139876

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

Shades of Free Speech Aquamarine #139876

Tints of Free Speech Aquamarine #139876

Color information

#139876 (or 0x139876) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 98 and 76. RGB value is (19,152,118). Sum of RGB (Red+Green+Blue) = 19+152+118=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #139876 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139876 is #EC6789. Grayscale: #6C6C6C. Windows color (decimal): -15493002 or 7772179. OLE color: 7772179.

HSL color Cylindrical-coordinate representation of color #139876: hue angle of 164.66º 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 #139876 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB19152118-
CMYK0.8700.220.40
HSL164.66º77.78%33.53%-
HSV(B)164.66º87.5%59.61%-
XYZ14.7723.920.97-
YUV108.36133.4464.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.57%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=6.57%
G=52.60%
B=40.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191521180.8700.220.40164.6677.7833.53
Hex1398765701628a54e22
Octal232301661270265024511642
Binary100111001100011101101010111010110101000101001011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139876; }

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

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

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

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

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

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

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

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