Html Css Color HEX #099E7A Free Speech Aquamarine

📋 copy color: '#099E7A'

red 9 ◦ green 158 ◦ blue 122

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

Shades of Free Speech Aquamarine #099E7A

Tints of Free Speech Aquamarine #099E7A

RGB

 RED value IS 9 (3.91% from 255) = 3.11%

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

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

R = 3.11%
G = 54.67%
B = 42.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#099E7A (or 0x099E7A) is known color: Free Speech Aquamarine. HEX triplet: 09, 9E and 7A. RGB value is (9,158,122). Sum of RGB (Red+Green+Blue) = 9+158+122=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 158 (62.11% from 255 or 54.67% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 158 - color contains mainly: green. Hex color #099E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099E7A is #F66185. Grayscale: #6D6D6D. Windows color (decimal): -16146822 or 8035849. OLE color: 8035849.

HSL color Cylindrical-coordinate representation of color #099E7A: hue angle of 165.5º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099E7A is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 158 122 -
CMYK 0.94 0 0.23 0.38
HSL 165.5º 0.89% 0.33% -
HSV(B) 165.5º 0.94% 0.62% -
XYZ 15.85 25.92 22.58 -
YUV 109.35 135.14 56.43 -
System Red Green Blue C M Y K H S L
Decimal 9 158 122 0.94 0 0.23 0.38 165.5 0.89 0.33
Hex 9 9E 7A 5E 0 17 26 A6 59 21
Octal 11 236 172 136 0 27 46 246 131 41
Binary 1001 10011110 1111010 1011110 0 10111 100110 10100110 1011001 100001

Color Harmonies of #099E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099E7A

Black with #099E7A

Text Example


Text Example

White with #099E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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