#00977F

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

Shades of Free Speech Aquamarine #00977F

Tints of Free Speech Aquamarine #00977F

Color information

#00977F (or 0x00977F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 97 and 7F. RGB value is (0,151,127). Sum of RGB (Red+Green+Blue) = 0+151+127=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 151 (59.38% from 255 or 54.32% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 151 - color contains mainly: green. Hex color #00977F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00977F is #FF6880. Grayscale: #676767. Windows color (decimal): -16738433 or 8361728. OLE color: 8361728.

HSL color Cylindrical-coordinate representation of color #00977F: hue angle of 170.46º 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 #00977F is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB0151127-
CMYK100.160.41
HSL170.46º100%29.61%-
HSV(B)170.46º100%59.22%-
XYZ14.923.6723.86-
YUV103.12141.4754.45-

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) = 54.32%
BLUE value IS 127 (50% from 255) = 45.68%
R=0%
G=54.32%
B=45.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal0151127100.160.41170.4610029.61
Hex0977F6401029aa641e
Octal02271771440205125214436
Binary0100101111111111110010001000010100110101010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00977F; }

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

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

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

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

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

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

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

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