#00996E

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

Shades of Free Speech Aquamarine #00996E

Tints of Free Speech Aquamarine #00996E

Color information

#00996E (or 0x00996E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 99 and 6E. RGB value is (0,153,110). Sum of RGB (Red+Green+Blue) = 0+153+110=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #00996E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00996E is #FF6691. Grayscale: #666666. Windows color (decimal): -16737938 or 7248128. OLE color: 7248128.

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

Color convert

RGB0153110-
CMYK100.280.4
HSL163.14º100%30%-
HSV(B)163.14º100%60%-
XYZ14.2123.9118.62-
YUV102.35132.3155-

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) = 58.17%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=0%
G=58.17%
B=41.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153110100.280.4163.1410030
Hex0996E6401C28a3641e
Octal02311561440345024314436
Binary0100110011101110110010001110010100010100011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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