#139C80

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

Shades of Free Speech Aquamarine #139C80

Tints of Free Speech Aquamarine #139C80

Color information

#139C80 (or 0x139C80) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 9C and 80. RGB value is (19,156,128). Sum of RGB (Red+Green+Blue) = 19+156+128=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #139C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139C80 is #EC637F. Grayscale: #6F6F6F. Windows color (decimal): -15491968 or 8428563. OLE color: 8428563.

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

Color convert

RGB19156128-
CMYK0.8800.180.39
HSL167.74º78.29%34.31%-
HSV(B)167.74º87.82%61.18%-
XYZ16.0525.4724.49-
YUV111.84137.1161.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 156 (61.33% from 255) = 51.49%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=6.27%
G=51.49%
B=42.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal191561280.8800.180.39167.7478.2934.31
Hex139C805801227a84e22
Octal232342001300224725011642
Binary1001110011100100000001011000010010100111101010001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,156,128); }

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

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

 a { background-color: rgb(19,156,128); }

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

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

 span { border-color: rgb(19,156,128); }

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