#159E78

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

Shades of Free Speech Aquamarine #159E78

Tints of Free Speech Aquamarine #159E78

Color information

#159E78 (or 0x159E78) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, 9E and 78. RGB value is (21,158,120). Sum of RGB (Red+Green+Blue) = 21+158+120=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #159E78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159E78 is #EA6187. Grayscale: #707070. Windows color (decimal): -15360392 or 7904789. OLE color: 7904789.

HSL color Cylindrical-coordinate representation of color #159E78: hue angle of 163.36º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159E78 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB21158120-
CMYK0.8700.240.38
HSL163.36º76.54%35.1%-
HSV(B)163.36º86.71%61.96%-
XYZ15.9325.9721.94-
YUV112.7132.1162.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.02%
GREEN value IS 158 (62.11% from 255) = 52.84%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=7.02%
G=52.84%
B=40.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211581200.8700.240.38163.3676.5435.1
Hex159E785701826a34d23
Octal252361701270304624311543
Binary101011001111011110001010111011000100110101000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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