Html Css Color HEX #00977A Free Speech Aquamarine

📋 copy color: '#00977A'

red 0 ◦ green 151 ◦ blue 122

#00977A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #00977A

Tints of Free Speech Aquamarine #00977A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 151 (59.38% from 255) = 55.31%

 BLUE value IS 122 (48.05% from 255) = 44.69%

R = 0%
G = 55.31%
B = 44.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#00977A (or 0x00977A) is known color: Free Speech Aquamarine. HEX triplet: 00, 97 and 7A. RGB value is (0,151,122). Sum of RGB (Red+Green+Blue) = 0+151+122=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #00977A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00977A is #FF6885. Grayscale: #666666. Windows color (decimal): -16738438 or 8034048. OLE color: 8034048.

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

Color convert

RGB 0 151 122 -
CMYK 1 0 0.19 0.41
HSL 168.48º 1% 0.3% -
HSV(B) 168.48º 1% 0.59% -
XYZ 14.58 23.54 22.19 -
YUV 102.55 138.97 54.86 -
System Red Green Blue C M Y K H S L
Decimal 0 151 122 1 0 0.19 0.41 168.48 1 0.3
Hex 0 97 7A 64 0 13 29 A8 64 1E
Octal 0 227 172 144 0 23 51 250 144 36
Binary 0 10010111 1111010 1100100 0 10011 101001 10101000 1100100 11110

Color Harmonies of #00977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00977A

Black with #00977A

Text Example


Text Example

White with #00977A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00977A;
 }
 .AnyTagClassName
 {
   color: #00977A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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