#139380

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

Shades of Free Speech Aquamarine #139380

Tints of Free Speech Aquamarine #139380

Color information

#139380 (or 0x139380) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 93 and 80. RGB value is (19,147,128). Sum of RGB (Red+Green+Blue) = 19+147+128=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #139380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139380 is #EC6C7F. Grayscale: #6A6A6A. Windows color (decimal): -15494272 or 8426259. OLE color: 8426259.

HSL color Cylindrical-coordinate representation of color #139380: hue angle of 171.09º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139380 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB19147128-
CMYK0.8700.130.42
HSL171.09º77.11%32.55%-
HSV(B)171.09º87.07%57.65%-
XYZ14.622.5624.01-
YUV106.56140.0965.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.46%
GREEN value IS 147 (57.81% from 255) = 50%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=6.46%
G=50%
B=43.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191471280.8700.130.42171.0977.1132.55
Hex139380570D2Aab4d21
Octal232232001270155225311541
Binary100111001001110000000101011101101101010101010111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139380; }

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

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

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

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

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

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

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

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