Html Css Color HEX #009C7C Free Speech Aquamarine

📋 copy color: '#009C7C'

red 0 ◦ green 156 ◦ blue 124

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

Shades of Free Speech Aquamarine #009C7C

Tints of Free Speech Aquamarine #009C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 0%
G = 55.71%
B = 44.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#009C7C (or 0x009C7C) is known color: Free Speech Aquamarine. HEX triplet: 00, 9C and 7C. RGB value is (0,156,124). Sum of RGB (Red+Green+Blue) = 0+156+124=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #009C7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009C7C is #FF6383. Grayscale: #696969. Windows color (decimal): -16737156 or 8166400. OLE color: 8166400.

HSL color Cylindrical-coordinate representation of color #009C7C: hue angle of 167.69º 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 #009C7C is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 156 124 -
CMYK 1 0 0.21 0.39
HSL 167.69º 1% 0.31% -
HSV(B) 167.69º 1% 0.61% -
XYZ 15.53 25.23 23.12 -
YUV 105.71 138.32 52.6 -
System Red Green Blue C M Y K H S L
Decimal 0 156 124 1 0 0.21 0.39 167.69 1 0.31
Hex 0 9C 7C 64 0 15 27 A8 64 1F
Octal 0 234 174 144 0 25 47 250 144 37
Binary 0 10011100 1111100 1100100 0 10101 100111 10101000 1100100 11111

Color Harmonies of #009C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C7C

Black with #009C7C

Text Example


Text Example

White with #009C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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