#109672

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

Shades of Free Speech Aquamarine #109672

Tints of Free Speech Aquamarine #109672

Color information

#109672 (or 0x109672) is unknown color: approx Free Speech Aquamarine. HEX triplet: 10, 96 and 72. RGB value is (16,150,114). Sum of RGB (Red+Green+Blue) = 16+150+114=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #109672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109672 is #EF698D. Grayscale: #696969. Windows color (decimal): -15690126 or 7509520. OLE color: 7509520.

HSL color Cylindrical-coordinate representation of color #109672: hue angle of 163.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109672 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB16150114-
CMYK0.8900.240.41
HSL163.88º80.72%32.55%-
HSV(B)163.88º89.33%58.82%-
XYZ14.1623.1419.64-
YUV105.83132.6163.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.71%
GREEN value IS 150 (58.98% from 255) = 53.57%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=5.71%
G=53.57%
B=40.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161501140.8900.240.41163.8880.7232.55
Hex1096725901829a45121
Octal202261621310305124412141
Binary100001001011011100101011001011000101001101001001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109672; }

 p { color: rgb(16,150,114); }

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

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

 a { background-color: rgb(16,150,114); }

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

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

 span { border-color: rgb(16,150,114); }

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