#159B73

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

Shades of Free Speech Aquamarine #159B73

Tints of Free Speech Aquamarine #159B73

Color information

#159B73 (or 0x159B73) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, 9B and 73. RGB value is (21,155,115). Sum of RGB (Red+Green+Blue) = 21+155+115=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #159B73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159B73 is #EA648C. Grayscale: #6E6E6E. Windows color (decimal): -15361165 or 7576341. OLE color: 7576341.

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

Color convert

RGB21155115-
CMYK0.8600.260.39
HSL162.09º76.14%34.51%-
HSV(B)162.09º86.45%60.78%-
XYZ15.1324.8420.22-
YUV110.37130.6164.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.22%
GREEN value IS 155 (60.94% from 255) = 53.26%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=7.22%
G=53.26%
B=39.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211551150.8600.260.39162.0976.1434.51
Hex159B735601A27a24c23
Octal252331631260324724211443
Binary101011001101111100111010110011010100111101000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,155,115); }

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

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

 a { background-color: rgb(21,155,115); }

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

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

 span { border-color: rgb(21,155,115); }

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