Html Css Color HEX #00997F Free Speech Aquamarine

📋 copy color: '#00997F'

red 0 ◦ green 153 ◦ blue 127

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

Shades of Free Speech Aquamarine #00997F

Tints of Free Speech Aquamarine #00997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.36%

R = 0%
G = 54.64%
B = 45.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#00997F (or 0x00997F) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 7F. RGB value is (0,153,127). Sum of RGB (Red+Green+Blue) = 0+153+127=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #00997F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00997F is #FF6680. Grayscale: #686868. Windows color (decimal): -16737921 or 8362240. OLE color: 8362240.

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

Color convert

RGB 0 153 127 -
CMYK 1 0 0.17 0.4
HSL 169.8º 1% 0.3% -
HSV(B) 169.8º 1% 0.6% -
XYZ 15.22 24.31 23.97 -
YUV 104.29 140.81 53.61 -
System Red Green Blue C M Y K H S L
Decimal 0 153 127 1 0 0.17 0.4 169.8 1 0.3
Hex 0 99 7F 64 0 11 28 AA 64 1E
Octal 0 231 177 144 0 21 50 252 144 36
Binary 0 10011001 1111111 1100100 0 10001 101000 10101010 1100100 11110

Color Harmonies of #00997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00997F

Black with #00997F

Text Example


Text Example

White with #00997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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