#139F6B

Color #139F6B Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #139F6B

Tints of Jade #139F6B

Color information

#139F6B (or 0x139F6B) is unknown color: approx Jade. HEX triplet: 13, 9F and 6B. RGB value is (19,159,107). Sum of RGB (Red+Green+Blue) = 19+159+107=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #139F6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139F6B is #EC6094. Grayscale: #6F6F6F. Windows color (decimal): -15491221 or 7053075. OLE color: 7053075.

HSL color Cylindrical-coordinate representation of color #139F6B: hue angle of 157.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139F6B is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB19159107-
CMYK0.8800.330.38
HSL157.71º78.65%34.9%-
HSV(B)157.71º88.05%62.35%-
XYZ15.322618.12-
YUV111.21125.6262.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.67%
GREEN value IS 159 (62.5% from 255) = 55.79%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=6.67%
G=55.79%
B=37.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191591070.8800.330.38157.7178.6534.9
Hex139F6B58021269e4f23
Octal232371531300414623611743
Binary1001110011111110101110110000100001100110100111101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,159,107); }

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

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

 a { background-color: rgb(19,159,107); }

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

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

 span { border-color: rgb(19,159,107); }

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