Html Css Color HEX #09996B Free Speech Aquamarine

📋 copy color: '#09996B'

red 9 ◦ green 153 ◦ blue 107

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

Shades of Free Speech Aquamarine #09996B

Tints of Free Speech Aquamarine #09996B

RGB

 RED value IS 9 (3.91% from 255) = 3.35%

 GREEN value IS 153 (60.16% from 255) = 56.88%

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 3.35%
G = 56.88%
B = 39.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#09996B (or 0x09996B) is known color: Free Speech Aquamarine. HEX triplet: 09, 99 and 6B. RGB value is (9,153,107). Sum of RGB (Red+Green+Blue) = 9+153+107=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #09996B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09996B is #F66694. Grayscale: #686868. Windows color (decimal): -16148117 or 7051529. OLE color: 7051529.

HSL color Cylindrical-coordinate representation of color #09996B: hue angle of 160.83º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09996B is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 153 107 -
CMYK 0.94 0 0.30 0.4
HSL 160.83º 0.89% 0.32% -
HSV(B) 160.83º 0.94% 0.6% -
XYZ 14.16 23.9 17.78 -
YUV 104.7 129.29 59.74 -
System Red Green Blue C M Y K H S L
Decimal 9 153 107 0.94 0 0.30 0.4 160.83 0.89 0.32
Hex 9 99 6B 5E 0 1E 28 A1 59 20
Octal 11 231 153 136 0 36 50 241 131 40
Binary 1001 10011001 1101011 1011110 0 11110 101000 10100001 1011001 100000

Color Harmonies of #09996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09996B

Black with #09996B

Text Example


Text Example

White with #09996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09996B; }

 p { color: rgb(9,153,107); }

 H1.HeaderClassName
 {
   color: #09996B;
 }
 .AnyTagClassName
 {
   color: #09996B;
 }
</style>

background-color css

<style>
 a { background-color: #09996B; }

 a { background-color: rgb(9,153,107); }

 div.DivClassName
 {
   background-color: #09996B;
 }
 .BgClassName
 {
   background-color: #09996B;
 }
</style>

border-color css

<style>
 span { border-color: #09996B; }

 span { border-color: rgb(9,153,107); }

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