#139878

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

Shades of Free Speech Aquamarine #139878

Tints of Free Speech Aquamarine #139878

Color information

#139878 (or 0x139878) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 98 and 78. RGB value is (19,152,120). Sum of RGB (Red+Green+Blue) = 19+152+120=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #139878 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139878 is #EC6787. Grayscale: #6C6C6C. Windows color (decimal): -15493000 or 7903251. OLE color: 7903251.

HSL color Cylindrical-coordinate representation of color #139878: hue angle of 165.56º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139878 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB19152120-
CMYK0.8700.210.40
HSL165.56º77.78%33.53%-
HSV(B)165.56º87.5%59.61%-
XYZ14.8923.9521.61-
YUV108.58134.4464.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 152 (59.77% from 255) = 52.23%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=6.53%
G=52.23%
B=41.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191521200.8700.210.40165.5677.7833.53
Hex1398785701528a64e22
Octal232301701270255024611642
Binary100111001100011110001010111010101101000101001101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139878; }

 p { color: rgb(19,152,120); }

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

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

 a { background-color: rgb(19,152,120); }

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

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

 span { border-color: rgb(19,152,120); }

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