Html Css Color HEX #00996A Free Speech Aquamarine

📋 copy color: '#00996A'

red 0 ◦ green 153 ◦ blue 106

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

Shades of Free Speech Aquamarine #00996A

Tints of Free Speech Aquamarine #00996A

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.8% from 255) = 40.93%

R = 0%
G = 59.07%
B = 40.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

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

RGB 0 153 106 -
CMYK 1 0 0.31 0.4
HSL 161.57º 1% 0.3% -
HSV(B) 161.57º 1% 0.6% -
XYZ 13.99 23.82 17.5 -
YUV 101.9 130.31 55.32 -
System Red Green Blue C M Y K H S L
Decimal 0 153 106 1 0 0.31 0.4 161.57 1 0.3
Hex 0 99 6A 64 0 1F 28 A2 64 1E
Octal 0 231 152 144 0 37 50 242 144 36
Binary 0 10011001 1101010 1100100 0 11111 101000 10100010 1100100 11110

Color Harmonies of #00996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00996A

Black with #00996A

Text Example


Text Example

White with #00996A

Text Example


Text Example

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