Html Css Color HEX #119B80 Free Speech Aquamarine

📋 copy color: '#119B80'

red 17 ◦ green 155 ◦ blue 128

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

Shades of Free Speech Aquamarine #119B80

Tints of Free Speech Aquamarine #119B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.67%

R = 5.67%
G = 51.67%
B = 42.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#119B80 (or 0x119B80) is known color: Free Speech Aquamarine. HEX triplet: 11, 9B and 80. RGB value is (17,155,128). Sum of RGB (Red+Green+Blue) = 17+155+128=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #119B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119B80 is #EE647F. Grayscale: #6E6E6E. Windows color (decimal): -15623296 or 8428305. OLE color: 8428305.

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

Color convert

RGB 17 155 128 -
CMYK 0.89 0 0.17 0.39
HSL 168.26º 0.8% 0.34% -
HSV(B) 168.26º 0.89% 0.61% -
XYZ 15.85 25.12 24.44 -
YUV 110.66 137.78 61.2 -
System Red Green Blue C M Y K H S L
Decimal 17 155 128 0.89 0 0.17 0.39 168.26 0.8 0.34
Hex 11 9B 80 59 0 11 27 A8 50 22
Octal 21 233 200 131 0 21 47 250 120 42
Binary 10001 10011011 10000000 1011001 0 10001 100111 10101000 1010000 100010

Color Harmonies of #119B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119B80

Black with #119B80

Text Example


Text Example

White with #119B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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