#00997E

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

Shades of Free Speech Aquamarine #00997E

Tints of Free Speech Aquamarine #00997E

Color information

#00997E (or 0x00997E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 99 and 7E. RGB value is (0,153,126). Sum of RGB (Red+Green+Blue) = 0+153+126=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #00997E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00997E is #FF6681. Grayscale: #686868. Windows color (decimal): -16737922 or 8296704. OLE color: 8296704.

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

Color convert

RGB0153126-
CMYK100.180.4
HSL169.41º100%30%-
HSV(B)169.41º100%60%-
XYZ15.1624.2923.63-
YUV104.18140.3153.7-

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.84%
BLUE value IS 126 (49.61% from 255) = 45.16%
R=0%
G=54.84%
B=45.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153126100.180.4169.4110030
Hex0997E6401228a9641e
Octal02311761440225025114436
Binary0100110011111110110010001001010100010101001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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