Html Css Color HEX #119AA0 Java

📋 copy color: '#119AA0'

red 17 ◦ green 154 ◦ blue 160

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

Shades of Java #119AA0

Tints of Java #119AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.53%

 BLUE value IS 160 (62.89% from 255) = 48.34%

R = 5.14%
G = 46.53%
B = 48.34%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#119AA0 (or 0x119AA0) is known color: Java. HEX triplet: 11, 9A and A0. RGB value is (17,154,160). Sum of RGB (Red+Green+Blue) = 17+154+160=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 160 - color contains mainly: blue. Hex color #119AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119AA0 is #EE655F. Grayscale: #717171. Windows color (decimal): -15623520 or 10525201. OLE color: 10525201.

HSL color Cylindrical-coordinate representation of color #119AA0: hue angle of 182.52º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119AA0 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 154 160 -
CMYK 0.89 0.04 0 0.37
HSL 182.52º 0.81% 0.35% -
HSV(B) 182.52º 0.89% 0.63% -
XYZ 18.13 25.77 37.28 -
YUV 113.72 154.11 59.01 -
System Red Green Blue C M Y K H S L
Decimal 17 154 160 0.89 0.04 0 0.37 182.52 0.81 0.35
Hex 11 9A A0 59 4 0 25 B7 51 23
Octal 21 232 240 131 4 0 45 267 121 43
Binary 10001 10011010 10100000 1011001 100 0 100101 10110111 1010001 100011

Color Harmonies of #119AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119AA0

Black with #119AA0

Text Example


Text Example

White with #119AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,154,160); }

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

background-color css

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

 a { background-color: rgb(17,154,160); }

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

border-color css

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

 span { border-color: rgb(17,154,160); }

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