Html Css Color HEX #009D80 Free Speech Aquamarine

📋 copy color: '#009D80'

red 0 ◦ green 157 ◦ blue 128

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

Shades of Free Speech Aquamarine #009D80

Tints of Free Speech Aquamarine #009D80

RGB

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

 GREEN value IS 157 (61.72% from 255) = 55.09%

 BLUE value IS 128 (50.39% from 255) = 44.91%

R = 0%
G = 55.09%
B = 44.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#009D80 (or 0x009D80) is known color: Free Speech Aquamarine. HEX triplet: 00, 9D and 80. RGB value is (0,157,128). Sum of RGB (Red+Green+Blue) = 0+157+128=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 157 (61.72% from 255 or 55.09% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 157 - color contains mainly: green. Hex color #009D80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009D80 is #FF627F. Grayscale: #6A6A6A. Windows color (decimal): -16736896 or 8428800. OLE color: 8428800.

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

Color convert

RGB 0 157 128 -
CMYK 1 0 0.18 0.38
HSL 168.92º 1% 0.31% -
HSV(B) 168.92º 1% 0.62% -
XYZ 15.95 25.67 24.54 -
YUV 106.75 139.99 51.86 -
System Red Green Blue C M Y K H S L
Decimal 0 157 128 1 0 0.18 0.38 168.92 1 0.31
Hex 0 9D 80 64 0 12 26 A9 64 1F
Octal 0 235 200 144 0 22 46 251 144 37
Binary 0 10011101 10000000 1100100 0 10010 100110 10101001 1100100 11111

Color Harmonies of #009D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009D80

Black with #009D80

Text Example


Text Example

White with #009D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,157,128); }

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

background-color css

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

 a { background-color: rgb(0,157,128); }

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

border-color css

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

 span { border-color: rgb(0,157,128); }

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