Html Css Color HEX #00977F Free Speech Aquamarine

📋 copy color: '#00977F'

red 0 ◦ green 151 ◦ blue 127

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

Shades of Free Speech Aquamarine #00977F

Tints of Free Speech Aquamarine #00977F

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 value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#00977F (or 0x00977F) is known color: 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

RGB 0 151 127 -
CMYK 1 0 0.16 0.41
HSL 170.46º 1% 0.3% -
HSV(B) 170.46º 1% 0.59% -
XYZ 14.9 23.67 23.86 -
YUV 103.12 141.47 54.45 -
System Red Green Blue C M Y K H S L
Decimal 0 151 127 1 0 0.16 0.41 170.46 1 0.3
Hex 0 97 7F 64 0 10 29 AA 64 1E
Octal 0 227 177 144 0 20 51 252 144 36
Binary 0 10010111 1111111 1100100 0 10000 101001 10101010 1100100 11110

Color Harmonies of #00977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00977F

Black with #00977F

Text Example


Text Example

White with #00977F

Text Example


Text Example

HTML Codes & Css Web 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>