Html Css Color HEX #00997B Free Speech Aquamarine

📋 copy color: '#00997B'

red 0 ◦ green 153 ◦ blue 123

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

Shades of Free Speech Aquamarine #00997B

Tints of Free Speech Aquamarine #00997B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 0%
G = 55.43%
B = 44.57%

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

#00997B (or 0x00997B) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 7B. RGB value is (0,153,123). Sum of RGB (Red+Green+Blue) = 0+153+123=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #00997B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00997B is #FF6684. Grayscale: #676767. Windows color (decimal): -16737925 or 8100096. OLE color: 8100096.

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

Color convert

RGB 0 153 123 -
CMYK 1 0 0.20 0.4
HSL 168.24º 1% 0.3% -
HSV(B) 168.24º 1% 0.6% -
XYZ 14.97 24.21 22.62 -
YUV 103.83 138.81 53.94 -
System Red Green Blue C M Y K H S L
Decimal 0 153 123 1 0 0.20 0.4 168.24 1 0.3
Hex 0 99 7B 64 0 14 28 A8 64 1E
Octal 0 231 173 144 0 24 50 250 144 36
Binary 0 10011001 1111011 1100100 0 10100 101000 10101000 1100100 11110

Color Harmonies of #00997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00997B

Black with #00997B

Text Example


Text Example

White with #00997B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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