#139679

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

Shades of Free Speech Aquamarine #139679

Tints of Free Speech Aquamarine #139679

Color information

#139679 (or 0x139679) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 96 and 79. RGB value is (19,150,121). Sum of RGB (Red+Green+Blue) = 19+150+121=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #139679 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139679 is #EC6986. Grayscale: #6B6B6B. Windows color (decimal): -15493511 or 7968275. OLE color: 7968275.

HSL color Cylindrical-coordinate representation of color #139679: hue angle of 166.72º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139679 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB19150121-
CMYK0.8700.190.41
HSL166.72º77.51%33.14%-
HSV(B)166.72º87.33%58.82%-
XYZ14.6323.3321.82-
YUV107.52135.664.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.55%
GREEN value IS 150 (58.98% from 255) = 51.72%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=6.55%
G=51.72%
B=41.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191501210.8700.190.41166.7277.5133.14
Hex1396795701329a74e21
Octal232261711270235124711641
Binary100111001011011110011010111010011101001101001111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139679; }

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

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

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

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

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

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

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

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