#139F75

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

Shades of Free Speech Aquamarine #139F75

Tints of Free Speech Aquamarine #139F75

Color information

#139F75 (or 0x139F75) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 9F and 75. RGB value is (19,159,117). Sum of RGB (Red+Green+Blue) = 19+159+117=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #139F75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139F75 is #EC608A. Grayscale: #707070. Windows color (decimal): -15491211 or 7708435. OLE color: 7708435.

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

Color convert

RGB19159117-
CMYK0.8800.260.38
HSL162º78.65%34.9%-
HSV(B)162º88.05%62.35%-
XYZ15.8826.2221.05-
YUV112.35130.6261.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.44%
GREEN value IS 159 (62.5% from 255) = 53.90%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=6.44%
G=53.90%
B=39.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191591170.8800.260.3816278.6534.9
Hex139F755801A26a24f23
Octal232371651300324624211743
Binary100111001111111101011011000011010100110101000101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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