#139875

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

Shades of Free Speech Aquamarine #139875

Tints of Free Speech Aquamarine #139875

Color information

#139875 (or 0x139875) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 98 and 75. RGB value is (19,152,117). Sum of RGB (Red+Green+Blue) = 19+152+117=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #139875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139875 is #EC678A. Grayscale: #6C6C6C. Windows color (decimal): -15493003 or 7706643. OLE color: 7706643.

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

Color convert

RGB19152117-
CMYK0.8700.230.40
HSL164.21º77.78%33.53%-
HSV(B)164.21º87.5%59.61%-
XYZ14.7123.8820.66-
YUV108.24132.9464.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.60%
GREEN value IS 152 (59.77% from 255) = 52.78%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=6.60%
G=52.78%
B=40.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191521170.8700.230.40164.2177.7833.53
Hex1398755701728a44e22
Octal232301651270275024411642
Binary100111001100011101011010111010111101000101001001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139875; }

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

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

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

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

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

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

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

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