#00996A

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

Shades of Free Speech Aquamarine #00996A

Tints of Free Speech Aquamarine #00996A

Color information

#00996A (or 0x00996A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 99 and 6A. RGB value is (0,153,106). Sum of RGB (Red+Green+Blue) = 0+153+106=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #00996A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00996A is #FF6695. Grayscale: #656565. Windows color (decimal): -16737942 or 6985984. OLE color: 6985984.

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

Color convert

RGB0153106-
CMYK100.310.4
HSL161.57º100%30%-
HSV(B)161.57º100%60%-
XYZ13.9923.8217.5-
YUV101.9130.3155.32-

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) = 59.07%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=0%
G=59.07%
B=40.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153106100.310.4161.5710030
Hex0996A6401F28a2641e
Octal02311521440375024214436
Binary0100110011101010110010001111110100010100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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