#00976E

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

Shades of Free Speech Aquamarine #00976E

Tints of Free Speech Aquamarine #00976E

Color information

#00976E (or 0x00976E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 97 and 6E. RGB value is (0,151,110). Sum of RGB (Red+Green+Blue) = 0+151+110=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #00976E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00976E is #FF6891. Grayscale: #656565. Windows color (decimal): -16738450 or 7247616. OLE color: 7247616.

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

Color convert

RGB0151110-
CMYK100.270.41
HSL163.71º100%29.61%-
HSV(B)163.71º100%59.22%-
XYZ13.8823.2618.51-
YUV101.18132.9755.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 151 (59.38% from 255) = 57.85%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=0%
G=57.85%
B=42.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal0151110100.270.41163.7110029.61
Hex0976E6401B29a4641e
Octal02271561440335124414436
Binary0100101111101110110010001101110100110100100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,151,110); }

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

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

 a { background-color: rgb(0,151,110); }

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

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

 span { border-color: rgb(0,151,110); }

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