Html Css Color HEX #009980 Free Speech Aquamarine

📋 copy color: '#009980'

red 0 ◦ green 153 ◦ blue 128

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

Shades of Free Speech Aquamarine #009980

Tints of Free Speech Aquamarine #009980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.45%

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

R = 0%
G = 54.45%
B = 45.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#009980 (or 0x009980) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 80. RGB value is (0,153,128). Sum of RGB (Red+Green+Blue) = 0+153+128=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #009980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009980 is #FF667F. Grayscale: #686868. Windows color (decimal): -16737920 or 8427776. OLE color: 8427776.

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

Color convert

RGB 0 153 128 -
CMYK 1 0 0.16 0.4
HSL 170.2º 1% 0.3% -
HSV(B) 170.2º 1% 0.6% -
XYZ 15.29 24.34 24.31 -
YUV 104.4 141.31 53.53 -
System Red Green Blue C M Y K H S L
Decimal 0 153 128 1 0 0.16 0.4 170.2 1 0.3
Hex 0 99 80 64 0 10 28 AA 64 1E
Octal 0 231 200 144 0 20 50 252 144 36
Binary 0 10011001 10000000 1100100 0 10000 101000 10101010 1100100 11110

Color Harmonies of #009980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009980

Black with #009980

Text Example


Text Example

White with #009980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009980; }

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

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

background-color css

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

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

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

border-color css

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

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

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