Html Css Color HEX #009C77 Free Speech Aquamarine

📋 copy color: '#009C77'

red 0 ◦ green 156 ◦ blue 119

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

Shades of Free Speech Aquamarine #009C77

Tints of Free Speech Aquamarine #009C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.27%

R = 0%
G = 56.73%
B = 43.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#009C77 (or 0x009C77) is known color: Free Speech Aquamarine. HEX triplet: 00, 9C and 77. RGB value is (0,156,119). Sum of RGB (Red+Green+Blue) = 0+156+119=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #009C77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009C77 is #FF6388. Grayscale: #696969. Windows color (decimal): -16737161 or 7838720. OLE color: 7838720.

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

Color convert

RGB 0 156 119 -
CMYK 1 0 0.24 0.39
HSL 165.77º 1% 0.31% -
HSV(B) 165.77º 1% 0.61% -
XYZ 15.22 25.11 21.5 -
YUV 105.14 135.82 53.01 -
System Red Green Blue C M Y K H S L
Decimal 0 156 119 1 0 0.24 0.39 165.77 1 0.31
Hex 0 9C 77 64 0 18 27 A6 64 1F
Octal 0 234 167 144 0 30 47 246 144 37
Binary 0 10011100 1110111 1100100 0 11000 100111 10100110 1100100 11111

Color Harmonies of #009C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C77

Black with #009C77

Text Example


Text Example

White with #009C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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