Html Css Color HEX #09967B Free Speech Aquamarine

📋 copy color: '#09967B'

red 9 ◦ green 150 ◦ blue 123

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

Shades of Free Speech Aquamarine #09967B

Tints of Free Speech Aquamarine #09967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.19%

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 3.19%
G = 53.19%
B = 43.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#09967B (or 0x09967B) is known color: Free Speech Aquamarine. HEX triplet: 09, 96 and 7B. RGB value is (9,150,123). Sum of RGB (Red+Green+Blue) = 9+150+123=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #09967B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09967B is #F66984. Grayscale: #686868. Windows color (decimal): -16148869 or 8099337. OLE color: 8099337.

HSL color Cylindrical-coordinate representation of color #09967B: hue angle of 168.51º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09967B is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 150 123 -
CMYK 0.94 0 0.18 0.41
HSL 168.51º 0.89% 0.31% -
HSV(B) 168.51º 0.94% 0.59% -
XYZ 14.59 23.3 22.47 -
YUV 104.76 138.29 59.7 -
System Red Green Blue C M Y K H S L
Decimal 9 150 123 0.94 0 0.18 0.41 168.51 0.89 0.31
Hex 9 96 7B 5E 0 12 29 A9 59 1F
Octal 11 226 173 136 0 22 51 251 131 37
Binary 1001 10010110 1111011 1011110 0 10010 101001 10101001 1011001 11111

Color Harmonies of #09967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09967B

Black with #09967B

Text Example


Text Example

White with #09967B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,150,123); }

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

background-color css

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

 a { background-color: rgb(9,150,123); }

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

border-color css

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

 span { border-color: rgb(9,150,123); }

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