Html Css Color HEX #00997D Free Speech Aquamarine

📋 copy color: '#00997D'

red 0 ◦ green 153 ◦ blue 125

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

Shades of Free Speech Aquamarine #00997D

Tints of Free Speech Aquamarine #00997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.96%

R = 0%
G = 55.04%
B = 44.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#00997D (or 0x00997D) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 7D. RGB value is (0,153,125). Sum of RGB (Red+Green+Blue) = 0+153+125=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #00997D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00997D is #FF6682. Grayscale: #686868. Windows color (decimal): -16737923 or 8231168. OLE color: 8231168.

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

Color convert

RGB 0 153 125 -
CMYK 1 0 0.18 0.4
HSL 169.02º 1% 0.3% -
HSV(B) 169.02º 1% 0.6% -
XYZ 15.09 24.26 23.29 -
YUV 104.06 139.81 53.78 -
System Red Green Blue C M Y K H S L
Decimal 0 153 125 1 0 0.18 0.4 169.02 1 0.3
Hex 0 99 7D 64 0 12 28 A9 64 1E
Octal 0 231 175 144 0 22 50 251 144 36
Binary 0 10011001 1111101 1100100 0 10010 101000 10101001 1100100 11110

Color Harmonies of #00997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00997D

Black with #00997D

Text Example


Text Example

White with #00997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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