#00996F

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

Shades of Free Speech Aquamarine #00996F

Tints of Free Speech Aquamarine #00996F

Color information

#00996F (or 0x00996F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 99 and 6F. RGB value is (0,153,111). Sum of RGB (Red+Green+Blue) = 0+153+111=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #00996F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00996F is #FF6690. Grayscale: #666666. Windows color (decimal): -16737937 or 7313664. OLE color: 7313664.

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

Color convert

RGB0153111-
CMYK100.270.4
HSL163.53º100%30%-
HSV(B)163.53º100%60%-
XYZ14.2623.9318.91-
YUV102.46132.8154.92-

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) = 57.95%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=0%
G=57.95%
B=42.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153111100.270.4163.5310030
Hex0996F6401B28a4641e
Octal02311571440335024414436
Binary0100110011101111110010001101110100010100100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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