Html Css Color HEX #009981 Free Speech Aquamarine

📋 copy color: '#009981'

red 0 ◦ green 153 ◦ blue 129

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

Shades of Free Speech Aquamarine #009981

Tints of Free Speech Aquamarine #009981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.74%

R = 0%
G = 54.26%
B = 45.74%

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

#009981 (or 0x009981) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 81. RGB value is (0,153,129). Sum of RGB (Red+Green+Blue) = 0+153+129=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #009981 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009981 is #FF667E. Grayscale: #686868. Windows color (decimal): -16737919 or 8493312. OLE color: 8493312.

HSL color Cylindrical-coordinate representation of color #009981: hue angle of 170.59º 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 #009981 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 153 129 -
CMYK 1 0 0.16 0.4
HSL 170.59º 1% 0.3% -
HSV(B) 170.59º 1% 0.6% -
XYZ 15.35 24.37 24.66 -
YUV 104.52 141.81 53.45 -
System Red Green Blue C M Y K H S L
Decimal 0 153 129 1 0 0.16 0.4 170.59 1 0.3
Hex 0 99 81 64 0 10 28 AB 64 1E
Octal 0 231 201 144 0 20 50 253 144 36
Binary 0 10011001 10000001 1100100 0 10000 101000 10101011 1100100 11110

Color Harmonies of #009981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009981

Black with #009981

Text Example


Text Example

White with #009981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009981; }

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

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

background-color css

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

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

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

border-color css

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

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

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