Html Css Color HEX #119496 Java

📋 copy color: '#119496'

red 17 ◦ green 148 ◦ blue 150

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

Shades of Java #119496

Tints of Java #119496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 5.4%
G = 46.98%
B = 47.62%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#119496 (or 0x119496) is known color: Java. HEX triplet: 11, 94 and 96. RGB value is (17,148,150). Sum of RGB (Red+Green+Blue) = 17+148+150=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #119496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119496 is #EE6B69. Grayscale: #6C6C6C. Windows color (decimal): -15625066 or 9868305. OLE color: 9868305.

HSL color Cylindrical-coordinate representation of color #119496: hue angle of 180.9º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119496 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 148 150 -
CMYK 0.89 0.01 0 0.41
HSL 180.9º 0.8% 0.33% -
HSV(B) 180.9º 0.89% 0.59% -
XYZ 16.33 23.5 32.53 -
YUV 109.06 151.1 62.34 -
System Red Green Blue C M Y K H S L
Decimal 17 148 150 0.89 0.01 0 0.41 180.9 0.8 0.33
Hex 11 94 96 59 1 0 29 B5 50 21
Octal 21 224 226 131 1 0 51 265 120 41
Binary 10001 10010100 10010110 1011001 1 0 101001 10110101 1010000 100001

Color Harmonies of #119496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119496

Black with #119496

Text Example


Text Example

White with #119496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119496; }

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

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

background-color css

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

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

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

border-color css

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

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

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