Html Css Color HEX #119B7B Free Speech Aquamarine

📋 copy color: '#119B7B'

red 17 ◦ green 155 ◦ blue 123

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

Shades of Free Speech Aquamarine #119B7B

Tints of Free Speech Aquamarine #119B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.69%

R = 5.76%
G = 52.54%
B = 41.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#119B7B (or 0x119B7B) is known color: Free Speech Aquamarine. HEX triplet: 11, 9B and 7B. RGB value is (17,155,123). Sum of RGB (Red+Green+Blue) = 17+155+123=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #119B7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119B7B is #EE6484. Grayscale: #6E6E6E. Windows color (decimal): -15623301 or 8100625. OLE color: 8100625.

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

Color convert

RGB 17 155 123 -
CMYK 0.89 0 0.21 0.39
HSL 166.09º 0.8% 0.34% -
HSV(B) 166.09º 0.89% 0.61% -
XYZ 15.53 24.99 22.74 -
YUV 110.09 135.28 61.6 -
System Red Green Blue C M Y K H S L
Decimal 17 155 123 0.89 0 0.21 0.39 166.09 0.8 0.34
Hex 11 9B 7B 59 0 15 27 A6 50 22
Octal 21 233 173 131 0 25 47 246 120 42
Binary 10001 10011011 1111011 1011001 0 10101 100111 10100110 1010000 100010

Color Harmonies of #119B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119B7B

Black with #119B7B

Text Example


Text Example

White with #119B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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