Html Css Color HEX #00997A Free Speech Aquamarine

📋 copy color: '#00997A'

red 0 ◦ green 153 ◦ blue 122

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

Shades of Free Speech Aquamarine #00997A

Tints of Free Speech Aquamarine #00997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.64%

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

R = 0%
G = 55.64%
B = 44.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#00997A (or 0x00997A) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 7A. RGB value is (0,153,122). Sum of RGB (Red+Green+Blue) = 0+153+122=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #00997A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00997A is #FF6685. Grayscale: #676767. Windows color (decimal): -16737926 or 8034560. OLE color: 8034560.

HSL color Cylindrical-coordinate representation of color #00997A: hue angle of 167.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00997A is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 153 122 -
CMYK 1 0 0.20 0.4
HSL 167.84º 1% 0.3% -
HSV(B) 167.84º 1% 0.6% -
XYZ 14.9 24.19 22.3 -
YUV 103.72 138.31 54.02 -
System Red Green Blue C M Y K H S L
Decimal 0 153 122 1 0 0.20 0.4 167.84 1 0.3
Hex 0 99 7A 64 0 14 28 A8 64 1E
Octal 0 231 172 144 0 24 50 250 144 36
Binary 0 10011001 1111010 1100100 0 10100 101000 10101000 1100100 11110

Color Harmonies of #00997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00997A

Black with #00997A

Text Example


Text Example

White with #00997A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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