#00997F

Color #00997F Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #00997F

Tints of Free Speech Aquamarine #00997F

Color information

#00997F (or 0x00997F) is unknown color: approx 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

RGB0153127-
CMYK100.170.4
HSL169.8º100%30%-
HSV(B)169.8º100%60%-
XYZ15.2224.3123.97-
YUV104.29140.8153.61-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153127100.170.4169.810030
Hex0997F6401128aa641e
Octal02311771440215025214436
Binary0100110011111111110010001000110100010101010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>