Html Css Color HEX #119B7D Free Speech Aquamarine

📋 copy color: '#119B7D'

red 17 ◦ green 155 ◦ blue 125

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

Shades of Free Speech Aquamarine #119B7D

Tints of Free Speech Aquamarine #119B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.09%

R = 5.72%
G = 52.19%
B = 42.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#119B7D (or 0x119B7D) is known color: Free Speech Aquamarine. HEX triplet: 11, 9B and 7D. RGB value is (17,155,125). Sum of RGB (Red+Green+Blue) = 17+155+125=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #119B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119B7D is #EE6482. Grayscale: #6E6E6E. Windows color (decimal): -15623299 or 8231697. OLE color: 8231697.

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

Color convert

RGB 17 155 125 -
CMYK 0.89 0 0.19 0.39
HSL 166.96º 0.8% 0.34% -
HSV(B) 166.96º 0.89% 0.61% -
XYZ 15.65 25.04 23.41 -
YUV 110.32 136.28 61.44 -
System Red Green Blue C M Y K H S L
Decimal 17 155 125 0.89 0 0.19 0.39 166.96 0.8 0.34
Hex 11 9B 7D 59 0 13 27 A7 50 22
Octal 21 233 175 131 0 23 47 247 120 42
Binary 10001 10011011 1111101 1011001 0 10011 100111 10100111 1010000 100010

Color Harmonies of #119B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119B7D

Black with #119B7D

Text Example


Text Example

White with #119B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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