Html Css Color HEX #119479 Free Speech Aquamarine

📋 copy color: '#119479'

red 17 ◦ green 148 ◦ blue 121

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

Shades of Free Speech Aquamarine #119479

Tints of Free Speech Aquamarine #119479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.75%

 BLUE value IS 121 (47.66% from 255) = 42.31%

R = 5.94%
G = 51.75%
B = 42.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#119479 (or 0x119479) is known color: Free Speech Aquamarine. HEX triplet: 11, 94 and 79. RGB value is (17,148,121). Sum of RGB (Red+Green+Blue) = 17+148+121=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #119479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119479 is #EE6B86. Grayscale: #696969. Windows color (decimal): -15625095 or 7967761. OLE color: 7967761.

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

Color convert

RGB 17 148 121 -
CMYK 0.89 0 0.18 0.42
HSL 167.63º 0.79% 0.32% -
HSV(B) 167.63º 0.89% 0.58% -
XYZ 14.27 22.68 21.71 -
YUV 105.75 136.6 64.7 -
System Red Green Blue C M Y K H S L
Decimal 17 148 121 0.89 0 0.18 0.42 167.63 0.79 0.32
Hex 11 94 79 59 0 12 2A A8 4F 20
Octal 21 224 171 131 0 22 52 250 117 40
Binary 10001 10010100 1111001 1011001 0 10010 101010 10101000 1001111 100000

Color Harmonies of #119479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119479

Black with #119479

Text Example


Text Example

White with #119479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119479; }

 p { color: rgb(17,148,121); }

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

background-color css

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

 a { background-color: rgb(17,148,121); }

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

border-color css

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

 span { border-color: rgb(17,148,121); }

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