#139B6E

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

Shades of Free Speech Aquamarine #139B6E

Tints of Free Speech Aquamarine #139B6E

Color information

#139B6E (or 0x139B6E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 9B and 6E. RGB value is (19,155,110). Sum of RGB (Red+Green+Blue) = 19+155+110=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #139B6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139B6E is #EC6491. Grayscale: #6D6D6D. Windows color (decimal): -15492242 or 7248659. OLE color: 7248659.

HSL color Cylindrical-coordinate representation of color #139B6E: hue angle of 160.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B6E is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB19155110-
CMYK0.8800.290.39
HSL160.15º78.16%34.12%-
HSV(B)160.15º87.74%60.78%-
XYZ14.824.7118.74-
YUV109.21128.4463.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 155 (60.94% from 255) = 54.58%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=6.69%
G=54.58%
B=38.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal191551100.8800.290.39160.1578.1634.12
Hex139B6E5801D27a04e22
Octal232331561300354724011642
Binary100111001101111011101011000011101100111101000001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139B6E; }

 p { color: rgb(19,155,110); }

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

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

 a { background-color: rgb(19,155,110); }

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

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

 span { border-color: rgb(19,155,110); }

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