#139E82

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

Shades of Free Speech Aquamarine #139E82

Tints of Free Speech Aquamarine #139E82

Color information

#139E82 (or 0x139E82) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 9E and 82. RGB value is (19,158,130). Sum of RGB (Red+Green+Blue) = 19+158+130=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #139E82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139E82 is #EC617D. Grayscale: #717171. Windows color (decimal): -15491454 or 8560147. OLE color: 8560147.

HSL color Cylindrical-coordinate representation of color #139E82: hue angle of 167.91º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139E82 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB19158130-
CMYK0.8800.180.38
HSL167.91º78.53%34.71%-
HSV(B)167.91º87.97%61.96%-
XYZ16.5226.225.31-
YUV113.25137.4560.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.19%
GREEN value IS 158 (62.11% from 255) = 51.47%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=6.19%
G=51.47%
B=42.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191581300.8800.180.38167.9178.5334.71
Hex139E825801226a84f23
Octal232362021300224625011743
Binary1001110011110100000101011000010010100110101010001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,158,130); }

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

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

 a { background-color: rgb(19,158,130); }

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

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

 span { border-color: rgb(19,158,130); }

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