Html Css Color HEX #00977E Free Speech Aquamarine

📋 copy color: '#00977E'

red 0 ◦ green 151 ◦ blue 126

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

Shades of Free Speech Aquamarine #00977E

Tints of Free Speech Aquamarine #00977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.49%

R = 0%
G = 54.51%
B = 45.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#00977E (or 0x00977E) is known color: Free Speech Aquamarine. HEX triplet: 00, 97 and 7E. RGB value is (0,151,126). Sum of RGB (Red+Green+Blue) = 0+151+126=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 151 (59.38% from 255 or 54.51% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 151 - color contains mainly: green. Hex color #00977E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00977E is #FF6881. Grayscale: #666666. Windows color (decimal): -16738434 or 8296192. OLE color: 8296192.

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

Color convert

RGB 0 151 126 -
CMYK 1 0 0.17 0.41
HSL 170.07º 1% 0.3% -
HSV(B) 170.07º 1% 0.59% -
XYZ 14.83 23.64 23.52 -
YUV 103 140.97 54.53 -
System Red Green Blue C M Y K H S L
Decimal 0 151 126 1 0 0.17 0.41 170.07 1 0.3
Hex 0 97 7E 64 0 11 29 AA 64 1E
Octal 0 227 176 144 0 21 51 252 144 36
Binary 0 10010111 1111110 1100100 0 10001 101001 10101010 1100100 11110

Color Harmonies of #00977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00977E

Black with #00977E

Text Example


Text Example

White with #00977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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