Html Css Color HEX #009773 Free Speech Aquamarine

📋 copy color: '#009773'

red 0 ◦ green 151 ◦ blue 115

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

Shades of Free Speech Aquamarine #009773

Tints of Free Speech Aquamarine #009773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.77%

 BLUE value IS 115 (45.31% from 255) = 43.23%

R = 0%
G = 56.77%
B = 43.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#009773 (or 0x009773) is known color: Free Speech Aquamarine. HEX triplet: 00, 97 and 73. RGB value is (0,151,115). Sum of RGB (Red+Green+Blue) = 0+151+115=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 151 (59.38% from 255 or 56.77% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 151 - color contains mainly: green. Hex color #009773 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009773 is #FF688C. Grayscale: #656565. Windows color (decimal): -16738445 or 7575296. OLE color: 7575296.

HSL color Cylindrical-coordinate representation of color #009773: hue angle of 165.7º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009773 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 151 115 -
CMYK 1 0 0.24 0.41
HSL 165.7º 1% 0.3% -
HSV(B) 165.7º 1% 0.59% -
XYZ 14.16 23.37 19.98 -
YUV 101.75 135.47 55.43 -
System Red Green Blue C M Y K H S L
Decimal 0 151 115 1 0 0.24 0.41 165.7 1 0.3
Hex 0 97 73 64 0 18 29 A6 64 1E
Octal 0 227 163 144 0 30 51 246 144 36
Binary 0 10010111 1110011 1100100 0 11000 101001 10100110 1100100 11110

Color Harmonies of #009773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009773

Black with #009773

Text Example


Text Example

White with #009773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009773; }

 p { color: rgb(0,151,115); }

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

background-color css

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

 a { background-color: rgb(0,151,115); }

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

border-color css

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

 span { border-color: rgb(0,151,115); }

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