Html Css Color HEX #119377 Free Speech Aquamarine

📋 copy color: '#119377'

red 17 ◦ green 147 ◦ blue 119

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

Shades of Free Speech Aquamarine #119377

Tints of Free Speech Aquamarine #119377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.94%

 BLUE value IS 119 (46.88% from 255) = 42.05%

R = 6.01%
G = 51.94%
B = 42.05%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#119377 (or 0x119377) is known color: Free Speech Aquamarine. HEX triplet: 11, 93 and 77. RGB value is (17,147,119). Sum of RGB (Red+Green+Blue) = 17+147+119=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #119377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119377 is #EE6C88. Grayscale: #686868. Windows color (decimal): -15625353 or 7836433. OLE color: 7836433.

HSL color Cylindrical-coordinate representation of color #119377: hue angle of 167.08º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119377 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 147 119 -
CMYK 0.88 0 0.19 0.42
HSL 167.08º 0.79% 0.32% -
HSV(B) 167.08º 0.88% 0.58% -
XYZ 13.99 22.32 21.02 -
YUV 104.94 135.93 65.28 -
System Red Green Blue C M Y K H S L
Decimal 17 147 119 0.88 0 0.19 0.42 167.08 0.79 0.32
Hex 11 93 77 58 0 13 2A A7 4F 20
Octal 21 223 167 130 0 23 52 247 117 40
Binary 10001 10010011 1110111 1011000 0 10011 101010 10100111 1001111 100000

Color Harmonies of #119377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119377

Black with #119377

Text Example


Text Example

White with #119377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119377; }

 p { color: rgb(17,147,119); }

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

background-color css

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

 a { background-color: rgb(17,147,119); }

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

border-color css

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

 span { border-color: rgb(17,147,119); }

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