#159C74

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

Shades of Free Speech Aquamarine #159C74

Tints of Free Speech Aquamarine #159C74

Color information

#159C74 (or 0x159C74) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, 9C and 74. RGB value is (21,156,116). Sum of RGB (Red+Green+Blue) = 21+156+116=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #159C74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159C74 is #EA638B. Grayscale: #6F6F6F. Windows color (decimal): -15360908 or 7642133. OLE color: 7642133.

HSL color Cylindrical-coordinate representation of color #159C74: hue angle of 162.22º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159C74 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB21156116-
CMYK0.8700.260.39
HSL162.22º76.27%34.71%-
HSV(B)162.22º86.54%61.18%-
XYZ15.3525.220.58-
YUV111.07130.7763.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.17%
GREEN value IS 156 (61.33% from 255) = 53.24%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=7.17%
G=53.24%
B=39.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211561160.8700.260.39162.2276.2734.71
Hex159C745701A27a24c23
Octal252341641270324724211443
Binary101011001110011101001010111011010100111101000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159C74; }

 p { color: rgb(21,156,116); }

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

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

 a { background-color: rgb(21,156,116); }

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

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

 span { border-color: rgb(21,156,116); }

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