Html Css Color HEX #009C7B Free Speech Aquamarine

📋 copy color: '#009C7B'

red 0 ◦ green 156 ◦ blue 123

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

Shades of Free Speech Aquamarine #009C7B

Tints of Free Speech Aquamarine #009C7B

RGB

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

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

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

R = 0%
G = 55.91%
B = 44.09%

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

#009C7B (or 0x009C7B) is known color: Free Speech Aquamarine. HEX triplet: 00, 9C and 7B. RGB value is (0,156,123). Sum of RGB (Red+Green+Blue) = 0+156+123=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #009C7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009C7B is #FF6384. Grayscale: #696969. Windows color (decimal): -16737157 or 8100864. OLE color: 8100864.

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

Color convert

RGB 0 156 123 -
CMYK 1 0 0.21 0.39
HSL 167.31º 1% 0.31% -
HSV(B) 167.31º 1% 0.61% -
XYZ 15.46 25.21 22.79 -
YUV 105.59 137.82 52.68 -
System Red Green Blue C M Y K H S L
Decimal 0 156 123 1 0 0.21 0.39 167.31 1 0.31
Hex 0 9C 7B 64 0 15 27 A7 64 1F
Octal 0 234 173 144 0 25 47 247 144 37
Binary 0 10011100 1111011 1100100 0 10101 100111 10100111 1100100 11111

Color Harmonies of #009C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C7B

Black with #009C7B

Text Example


Text Example

White with #009C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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