Html Css Color HEX #119C7C Free Speech Aquamarine

📋 copy color: '#119C7C'

red 17 ◦ green 156 ◦ blue 124

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

Shades of Free Speech Aquamarine #119C7C

Tints of Free Speech Aquamarine #119C7C

RGB

 RED value IS 17 (7.03% from 255) = 5.72%

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

 BLUE value IS 124 (48.83% from 255) = 41.75%

R = 5.72%
G = 52.53%
B = 41.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#119C7C (or 0x119C7C) is known color: Free Speech Aquamarine. HEX triplet: 11, 9C and 7C. RGB value is (17,156,124). Sum of RGB (Red+Green+Blue) = 17+156+124=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #119C7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119C7C is #EE6383. Grayscale: #6E6E6E. Windows color (decimal): -15623044 or 8166417. OLE color: 8166417.

HSL color Cylindrical-coordinate representation of color #119C7C: hue angle of 166.19º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119C7C is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 156 124 -
CMYK 0.89 0 0.21 0.39
HSL 166.19º 0.8% 0.34% -
HSV(B) 166.19º 0.89% 0.61% -
XYZ 15.76 25.35 23.13 -
YUV 110.79 135.45 61.1 -
System Red Green Blue C M Y K H S L
Decimal 17 156 124 0.89 0 0.21 0.39 166.19 0.8 0.34
Hex 11 9C 7C 59 0 15 27 A6 50 22
Octal 21 234 174 131 0 25 47 246 120 42
Binary 10001 10011100 1111100 1011001 0 10101 100111 10100110 1010000 100010

Color Harmonies of #119C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119C7C

Black with #119C7C

Text Example


Text Example

White with #119C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119C7C; }

 p { color: rgb(17,156,124); }

 H1.HeaderClassName
 {
   color: #119C7C;
 }
 .AnyTagClassName
 {
   color: #119C7C;
 }
</style>

background-color css

<style>
 a { background-color: #119C7C; }

 a { background-color: rgb(17,156,124); }

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

border-color css

<style>
 span { border-color: #119C7C; }

 span { border-color: rgb(17,156,124); }

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