Html Css Color HEX #119B7C Free Speech Aquamarine

📋 copy color: '#119B7C'

red 17 ◦ green 155 ◦ blue 124

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

Shades of Free Speech Aquamarine #119B7C

Tints of Free Speech Aquamarine #119B7C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.36%

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

R = 5.74%
G = 52.36%
B = 41.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#119B7C (or 0x119B7C) is known color: Free Speech Aquamarine. HEX triplet: 11, 9B and 7C. RGB value is (17,155,124). Sum of RGB (Red+Green+Blue) = 17+155+124=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #119B7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119B7C is #EE6483. Grayscale: #6E6E6E. Windows color (decimal): -15623300 or 8166161. OLE color: 8166161.

HSL color Cylindrical-coordinate representation of color #119B7C: hue angle of 166.52º 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 #119B7C is Cyan = 0.89, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 155 124 -
CMYK 0.89 0 0.2 0.39
HSL 166.52º 0.8% 0.34% -
HSV(B) 166.52º 0.89% 0.61% -
XYZ 15.59 25.02 23.08 -
YUV 110.2 135.78 61.52 -
System Red Green Blue C M Y K H S L
Decimal 17 155 124 0.89 0 0.2 0.39 166.52 0.8 0.34
Hex 11 9B 7C 59 0 14 27 A7 50 22
Octal 21 233 174 131 0 24 47 247 120 42
Binary 10001 10011011 1111100 1011001 0 10100 100111 10100111 1010000 100010

Color Harmonies of #119B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119B7C

Black with #119B7C

Text Example


Text Example

White with #119B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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