Html Css Color HEX #009F82 Free Speech Aquamarine

📋 copy color: '#009F82'

red 0 ◦ green 159 ◦ blue 130

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

Shades of Free Speech Aquamarine #009F82

Tints of Free Speech Aquamarine #009F82

RGB

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

 GREEN value IS 159 (62.5% from 255) = 55.02%

 BLUE value IS 130 (51.17% from 255) = 44.98%

R = 0%
G = 55.02%
B = 44.98%

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

#009F82 (or 0x009F82) is known color: Free Speech Aquamarine. HEX triplet: 00, 9F and 82. RGB value is (0,159,130). Sum of RGB (Red+Green+Blue) = 0+159+130=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #009F82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009F82 is #FF607D. Grayscale: #6C6C6C. Windows color (decimal): -16736382 or 8560384. OLE color: 8560384.

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

Color convert

RGB 0 159 130 -
CMYK 1 0 0.18 0.38
HSL 169.06º 1% 0.31% -
HSV(B) 169.06º 1% 0.62% -
XYZ 16.43 26.41 25.35 -
YUV 108.15 140.32 50.86 -
System Red Green Blue C M Y K H S L
Decimal 0 159 130 1 0 0.18 0.38 169.06 1 0.31
Hex 0 9F 82 64 0 12 26 A9 64 1F
Octal 0 237 202 144 0 22 46 251 144 37
Binary 0 10011111 10000010 1100100 0 10010 100110 10101001 1100100 11111

Color Harmonies of #009F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009F82

Black with #009F82

Text Example


Text Example

White with #009F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,159,130); }

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

background-color css

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

 a { background-color: rgb(0,159,130); }

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

border-color css

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

 span { border-color: rgb(0,159,130); }

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