Html Css Color HEX #009E7A Free Speech Aquamarine

📋 copy color: '#009E7A'

red 0 ◦ green 158 ◦ blue 122

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

Shades of Free Speech Aquamarine #009E7A

Tints of Free Speech Aquamarine #009E7A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 56.43%

 BLUE value IS 122 (48.05% from 255) = 43.57%

R = 0%
G = 56.43%
B = 43.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#009E7A (or 0x009E7A) is known color: Free Speech Aquamarine. HEX triplet: 00, 9E and 7A. RGB value is (0,158,122). Sum of RGB (Red+Green+Blue) = 0+158+122=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 158 (62.11% from 255 or 56.43% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 158 - color contains mainly: green. Hex color #009E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009E7A is #FF6185. Grayscale: #6A6A6A. Windows color (decimal): -16736646 or 8035840. OLE color: 8035840.

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

Color convert

RGB 0 158 122 -
CMYK 1 0 0.23 0.38
HSL 166.33º 1% 0.31% -
HSV(B) 166.33º 1% 0.62% -
XYZ 15.74 25.86 22.57 -
YUV 106.65 136.65 51.93 -
System Red Green Blue C M Y K H S L
Decimal 0 158 122 1 0 0.23 0.38 166.33 1 0.31
Hex 0 9E 7A 64 0 17 26 A6 64 1F
Octal 0 236 172 144 0 27 46 246 144 37
Binary 0 10011110 1111010 1100100 0 10111 100110 10100110 1100100 11111

Color Harmonies of #009E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009E7A

Black with #009E7A

Text Example


Text Example

White with #009E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,158,122); }

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

background-color css

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

 a { background-color: rgb(0,158,122); }

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

border-color css

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

 span { border-color: rgb(0,158,122); }

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