Html Css Color HEX #00977C Free Speech Aquamarine

📋 copy color: '#00977C'

red 0 ◦ green 151 ◦ blue 124

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

Shades of Free Speech Aquamarine #00977C

Tints of Free Speech Aquamarine #00977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.09%

R = 0%
G = 54.91%
B = 45.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#00977C (or 0x00977C) is known color: Free Speech Aquamarine. HEX triplet: 00, 97 and 7C. RGB value is (0,151,124). Sum of RGB (Red+Green+Blue) = 0+151+124=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #00977C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00977C is #FF6883. Grayscale: #666666. Windows color (decimal): -16738436 or 8165120. OLE color: 8165120.

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

Color convert

RGB 0 151 124 -
CMYK 1 0 0.18 0.41
HSL 169.27º 1% 0.3% -
HSV(B) 169.27º 1% 0.59% -
XYZ 14.7 23.59 22.85 -
YUV 102.77 139.97 54.7 -
System Red Green Blue C M Y K H S L
Decimal 0 151 124 1 0 0.18 0.41 169.27 1 0.3
Hex 0 97 7C 64 0 12 29 A9 64 1E
Octal 0 227 174 144 0 22 51 251 144 36
Binary 0 10010111 1111100 1100100 0 10010 101001 10101001 1100100 11110

Color Harmonies of #00977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00977C

Black with #00977C

Text Example


Text Example

White with #00977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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