Html Css Color HEX #119495 Java

📋 copy color: '#119495'

red 17 ◦ green 148 ◦ blue 149

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

Shades of Java #119495

Tints of Java #119495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.45%

R = 5.41%
G = 47.13%
B = 47.45%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#119495 (or 0x119495) is known color: Java. HEX triplet: 11, 94 and 95. RGB value is (17,148,149). Sum of RGB (Red+Green+Blue) = 17+148+149=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #119495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119495 is #EE6B6A. Grayscale: #6C6C6C. Windows color (decimal): -15625067 or 9802769. OLE color: 9802769.

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

Color convert

RGB 17 148 149 -
CMYK 0.89 0.01 0 0.42
HSL 180.45º 0.8% 0.33% -
HSV(B) 180.45º 0.89% 0.58% -
XYZ 16.25 23.47 32.11 -
YUV 108.95 150.6 62.42 -
System Red Green Blue C M Y K H S L
Decimal 17 148 149 0.89 0.01 0 0.42 180.45 0.8 0.33
Hex 11 94 95 59 1 0 2A B4 50 21
Octal 21 224 225 131 1 0 52 264 120 41
Binary 10001 10010100 10010101 1011001 1 0 101010 10110100 1010000 100001

Color Harmonies of #119495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119495

Black with #119495

Text Example


Text Example

White with #119495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119495; }

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

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

background-color css

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

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

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

border-color css

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

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

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