Html Css Color HEX #00997C Free Speech Aquamarine

📋 copy color: '#00997C'

red 0 ◦ green 153 ◦ blue 124

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

Shades of Free Speech Aquamarine #00997C

Tints of Free Speech Aquamarine #00997C

RGB

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

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

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

R = 0%
G = 55.23%
B = 44.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#00997C (or 0x00997C) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 7C. RGB value is (0,153,124). Sum of RGB (Red+Green+Blue) = 0+153+124=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #00997C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00997C is #FF6683. Grayscale: #676767. Windows color (decimal): -16737924 or 8165632. OLE color: 8165632.

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

Color convert

RGB 0 153 124 -
CMYK 1 0 0.19 0.4
HSL 168.63º 1% 0.3% -
HSV(B) 168.63º 1% 0.6% -
XYZ 15.03 24.24 22.96 -
YUV 103.95 139.31 53.86 -
System Red Green Blue C M Y K H S L
Decimal 0 153 124 1 0 0.19 0.4 168.63 1 0.3
Hex 0 99 7C 64 0 13 28 A9 64 1E
Octal 0 231 174 144 0 23 50 251 144 36
Binary 0 10011001 1111100 1100100 0 10011 101000 10101001 1100100 11110

Color Harmonies of #00997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00997C

Black with #00997C

Text Example


Text Example

White with #00997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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