Html Css Color HEX #009C7A Free Speech Aquamarine

📋 copy color: '#009C7A'

red 0 ◦ green 156 ◦ blue 122

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

Shades of Free Speech Aquamarine #009C7A

Tints of Free Speech Aquamarine #009C7A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 156 (61.33% from 255) = 56.12%

 BLUE value IS 122 (48.05% from 255) = 43.88%

R = 0%
G = 56.12%
B = 43.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#009C7A (or 0x009C7A) is known color: Free Speech Aquamarine. HEX triplet: 00, 9C and 7A. RGB value is (0,156,122). Sum of RGB (Red+Green+Blue) = 0+156+122=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 156 (61.33% from 255 or 56.12% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 156 - color contains mainly: green. Hex color #009C7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009C7A is #FF6385. Grayscale: #696969. Windows color (decimal): -16737158 or 8035328. OLE color: 8035328.

HSL color Cylindrical-coordinate representation of color #009C7A: hue angle of 166.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C7A is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 156 122 -
CMYK 1 0 0.22 0.39
HSL 166.92º 1% 0.31% -
HSV(B) 166.92º 1% 0.61% -
XYZ 15.4 25.18 22.46 -
YUV 105.48 137.32 52.76 -
System Red Green Blue C M Y K H S L
Decimal 0 156 122 1 0 0.22 0.39 166.92 1 0.31
Hex 0 9C 7A 64 0 16 27 A7 64 1F
Octal 0 234 172 144 0 26 47 247 144 37
Binary 0 10011100 1111010 1100100 0 10110 100111 10100111 1100100 11111

Color Harmonies of #009C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C7A

Black with #009C7A

Text Example


Text Example

White with #009C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009C7A; }

 p { color: rgb(0,156,122); }

 H1.HeaderClassName
 {
   color: #009C7A;
 }
 .AnyTagClassName
 {
   color: #009C7A;
 }
</style>

background-color css

<style>
 a { background-color: #009C7A; }

 a { background-color: rgb(0,156,122); }

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

border-color css

<style>
 span { border-color: #009C7A; }

 span { border-color: rgb(0,156,122); }

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