#159C78

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

Shades of Free Speech Aquamarine #159C78

Tints of Free Speech Aquamarine #159C78

Color information

#159C78 (or 0x159C78) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, 9C and 78. RGB value is (21,156,120). Sum of RGB (Red+Green+Blue) = 21+156+120=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #159C78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159C78 is #EA6387. Grayscale: #6F6F6F. Windows color (decimal): -15360904 or 7904277. OLE color: 7904277.

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

Color convert

RGB21156120-
CMYK0.8700.230.39
HSL164º76.27%34.71%-
HSV(B)164º86.54%61.18%-
XYZ15.5925.2921.83-
YUV111.53132.7763.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.07%
GREEN value IS 156 (61.33% from 255) = 52.53%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=7.07%
G=52.53%
B=40.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211561200.8700.230.3916476.2734.71
Hex159C785701727a44c23
Octal252341701270274724411443
Binary101011001110011110001010111010111100111101001001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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