Html Css Color HEX #099D7E Free Speech Aquamarine

📋 copy color: '#099D7E'

red 9 ◦ green 157 ◦ blue 126

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

Shades of Free Speech Aquamarine #099D7E

Tints of Free Speech Aquamarine #099D7E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.77%

 BLUE value IS 126 (49.61% from 255) = 43.15%

R = 3.08%
G = 53.77%
B = 43.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#099D7E (or 0x099D7E) is known color: Free Speech Aquamarine. HEX triplet: 09, 9D and 7E. RGB value is (9,157,126). Sum of RGB (Red+Green+Blue) = 9+157+126=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 157 (61.72% from 255 or 53.77% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 157 - color contains mainly: green. Hex color #099D7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099D7E is #F66281. Grayscale: #6D6D6D. Windows color (decimal): -16147074 or 8297737. OLE color: 8297737.

HSL color Cylindrical-coordinate representation of color #099D7E: hue angle of 167.43º 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 #099D7E is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 157 126 -
CMYK 0.94 0 0.20 0.38
HSL 167.43º 0.89% 0.33% -
HSV(B) 167.43º 0.94% 0.62% -
XYZ 15.94 25.68 23.86 -
YUV 109.21 137.47 56.52 -
System Red Green Blue C M Y K H S L
Decimal 9 157 126 0.94 0 0.20 0.38 167.43 0.89 0.33
Hex 9 9D 7E 5E 0 14 26 A7 59 21
Octal 11 235 176 136 0 24 46 247 131 41
Binary 1001 10011101 1111110 1011110 0 10100 100110 10100111 1011001 100001

Color Harmonies of #099D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099D7E

Black with #099D7E

Text Example


Text Example

White with #099D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,157,126); }

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

background-color css

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

 a { background-color: rgb(9,157,126); }

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

border-color css

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

 span { border-color: rgb(9,157,126); }

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