Html Css Color HEX #099C7D Free Speech Aquamarine

📋 copy color: '#099C7D'

red 9 ◦ green 156 ◦ blue 125

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

Shades of Free Speech Aquamarine #099C7D

Tints of Free Speech Aquamarine #099C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 53.79%

 BLUE value IS 125 (49.22% from 255) = 43.1%

R = 3.1%
G = 53.79%
B = 43.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#099C7D (or 0x099C7D) is known color: Free Speech Aquamarine. HEX triplet: 09, 9C and 7D. RGB value is (9,156,125). Sum of RGB (Red+Green+Blue) = 9+156+125=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #099C7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099C7D is #F66382. Grayscale: #6C6C6C. Windows color (decimal): -16147331 or 8231945. OLE color: 8231945.

HSL color Cylindrical-coordinate representation of color #099C7D: hue angle of 167.35º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C7D is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 156 125 -
CMYK 0.94 0 0.20 0.39
HSL 167.35º 0.89% 0.32% -
HSV(B) 167.35º 0.94% 0.61% -
XYZ 15.7 25.32 23.46 -
YUV 108.51 137.3 57.02 -
System Red Green Blue C M Y K H S L
Decimal 9 156 125 0.94 0 0.20 0.39 167.35 0.89 0.32
Hex 9 9C 7D 5E 0 14 27 A7 59 20
Octal 11 234 175 136 0 24 47 247 131 40
Binary 1001 10011100 1111101 1011110 0 10100 100111 10100111 1011001 100000

Color Harmonies of #099C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C7D

Black with #099C7D

Text Example


Text Example

White with #099C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,156,125); }

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

background-color css

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

 a { background-color: rgb(9,156,125); }

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

border-color css

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

 span { border-color: rgb(9,156,125); }

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