#00967E

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

Shades of Free Speech Aquamarine #00967E

Tints of Free Speech Aquamarine #00967E

Color information

#00967E (or 0x00967E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 96 and 7E. RGB value is (0,150,126). Sum of RGB (Red+Green+Blue) = 0+150+126=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #00967E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00967E is #FF6981. Grayscale: #666666. Windows color (decimal): -16738690 or 8295936. OLE color: 8295936.

HSL color Cylindrical-coordinate representation of color #00967E: hue angle of 170.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00967E is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB0150126-
CMYK100.160.41
HSL170.4º100%29.41%-
HSV(B)170.4º100%58.82%-
XYZ14.6723.3223.47-
YUV102.41141.354.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 150 (58.98% from 255) = 54.35%
BLUE value IS 126 (49.61% from 255) = 45.65%
R=0%
G=54.35%
B=45.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal0150126100.160.41170.410029.41
Hex0967E6401029aa641d
Octal02261761440205125214435
Binary0100101101111110110010001000010100110101010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00967E; }

 p { color: rgb(0,150,126); }

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

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

 a { background-color: rgb(0,150,126); }

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

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

 span { border-color: rgb(0,150,126); }

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