#189F76

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

Shades of Free Speech Aquamarine #189F76

Tints of Free Speech Aquamarine #189F76

Color information

#189F76 (or 0x189F76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 18, 9F and 76. RGB value is (24,159,118). Sum of RGB (Red+Green+Blue) = 24+159+118=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #189F76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189F76 is #E76089. Grayscale: #717171. Windows color (decimal): -15163530 or 7773976. OLE color: 7773976.

HSL color Cylindrical-coordinate representation of color #189F76: hue angle of 161.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189F76 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB24159118-
CMYK0.8500.260.38
HSL161.78º73.77%35.88%-
HSV(B)161.78º84.91%62.35%-
XYZ16.0426.321.37-
YUV113.96130.2763.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.97%
GREEN value IS 159 (62.5% from 255) = 52.82%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=7.97%
G=52.82%
B=39.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal241591180.8500.260.38161.7873.7735.88
Hex189F765501A26a24a24
Octal302371661250324624211244
Binary110001001111111101101010101011010100110101000101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189F76; }

 p { color: rgb(24,159,118); }

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

<style>
 a { background-color: #189F76; }

 a { background-color: rgb(24,159,118); }

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

<style>
 span { border-color: #189F76; }

 span { border-color: rgb(24,159,118); }

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