#139480

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

Shades of Free Speech Aquamarine #139480

Tints of Free Speech Aquamarine #139480

Color information

#139480 (or 0x139480) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 94 and 80. RGB value is (19,148,128). Sum of RGB (Red+Green+Blue) = 19+148+128=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #139480 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139480 is #EC6B7F. Grayscale: #6B6B6B. Windows color (decimal): -15494016 or 8426515. OLE color: 8426515.

HSL color Cylindrical-coordinate representation of color #139480: hue angle of 170.7º 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 #139480 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB19148128-
CMYK0.8700.140.42
HSL170.7º77.25%32.75%-
HSV(B)170.7º87.16%58.04%-
XYZ14.7522.8824.06-
YUV107.15139.7665.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.44%
GREEN value IS 148 (58.20% from 255) = 50.17%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=6.44%
G=50.17%
B=43.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191481280.8700.140.42170.777.2532.75
Hex139480570E2Aab4d21
Octal232242001270165225311541
Binary100111001010010000000101011101110101010101010111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139480; }

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

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

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

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

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

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

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

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