#009E72

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

Shades of Free Speech Aquamarine #009E72

Tints of Free Speech Aquamarine #009E72

Color information

#009E72 (or 0x009E72) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9E and 72. RGB value is (0,158,114). Sum of RGB (Red+Green+Blue) = 0+158+114=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 158 (62.11% from 255 or 58.09% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 158 - color contains mainly: green. Hex color #009E72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009E72 is #FF618D. Grayscale: #696969. Windows color (decimal): -16736654 or 7511552. OLE color: 7511552.

HSL color Cylindrical-coordinate representation of color #009E72: hue angle of 163.29º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009E72 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB0158114-
CMYK100.280.38
HSL163.29º100%30.98%-
HSV(B)163.29º100%61.96%-
XYZ15.2625.6720.07-
YUV105.74132.6552.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 158 (62.11% from 255) = 58.09%
BLUE value IS 114 (44.92% from 255) = 41.91%
R=0%
G=58.09%
B=41.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0158114100.280.38163.2910030.98
Hex09E726401C26a3641f
Octal02361621440344624314437
Binary0100111101110010110010001110010011010100011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009E72; }

 p { color: rgb(0,158,114); }

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

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

 a { background-color: rgb(0,158,114); }

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

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

 span { border-color: rgb(0,158,114); }

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