#139E6B

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

Shades of Free Speech Aquamarine #139E6B

Tints of Free Speech Aquamarine #139E6B

Color information

#139E6B (or 0x139E6B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 9E and 6B. RGB value is (19,158,107). Sum of RGB (Red+Green+Blue) = 19+158+107=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 158 (62.11% from 255 or 55.63% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 158 - color contains mainly: green. Hex color #139E6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139E6B is #EC6194. Grayscale: #6E6E6E. Windows color (decimal): -15491477 or 7052819. OLE color: 7052819.

HSL color Cylindrical-coordinate representation of color #139E6B: hue angle of 157.99º 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 #139E6B is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB19158107-
CMYK0.8800.320.38
HSL157.99º78.53%34.71%-
HSV(B)157.99º87.97%61.96%-
XYZ15.1525.6518.06-
YUV110.62125.9562.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 158 (62.11% from 255) = 55.63%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=6.69%
G=55.63%
B=37.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191581070.8800.320.38157.9978.5334.71
Hex139E6B58020269e4f23
Octal232361531300404623611743
Binary1001110011110110101110110000100000100110100111101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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