#00997A

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

Shades of Free Speech Aquamarine #00997A

Tints of Free Speech Aquamarine #00997A

Color information

#00997A (or 0x00997A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 99 and 7A. RGB value is (0,153,122). Sum of RGB (Red+Green+Blue) = 0+153+122=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #00997A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00997A is #FF6685. Grayscale: #676767. Windows color (decimal): -16737926 or 8034560. OLE color: 8034560.

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

Color convert

RGB0153122-
CMYK100.200.4
HSL167.84º100%30%-
HSV(B)167.84º100%60%-
XYZ14.924.1922.3-
YUV103.72138.3154.02-

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) = 55.64%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=0%
G=55.64%
B=44.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153122100.200.4167.8410030
Hex0997A6401428a8641e
Octal02311721440245025014436
Binary0100110011111010110010001010010100010101000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00997A;
 }
 .AnyTagClassName
 {
   color: #00997A;
 }
</style>
background-color css

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

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

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

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

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

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