Html Css Color HEX #00996E Free Speech Aquamarine

📋 copy color: '#00996E'

red 0 ◦ green 153 ◦ blue 110

#00996E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #00996E

Tints of Free Speech Aquamarine #00996E

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 value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00996E (or 0x00996E) is known color: 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

RGB 0 153 110 -
CMYK 1 0 0.28 0.4
HSL 163.14º 1% 0.3% -
HSV(B) 163.14º 1% 0.6% -
XYZ 14.21 23.91 18.62 -
YUV 102.35 132.31 55 -
System Red Green Blue C M Y K H S L
Decimal 0 153 110 1 0 0.28 0.4 163.14 1 0.3
Hex 0 99 6E 64 0 1C 28 A3 64 1E
Octal 0 231 156 144 0 34 50 243 144 36
Binary 0 10011001 1101110 1100100 0 11100 101000 10100011 1100100 11110

Color Harmonies of #00996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00996E

Black with #00996E

Text Example


Text Example

White with #00996E

Text Example


Text Example

HTML Codes & Css Web 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>