Html Css Color HEX #119494 Java

📋 copy color: '#119494'

red 17 ◦ green 148 ◦ blue 148

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

Shades of Java #119494

Tints of Java #119494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 5.43%
G = 47.28%
B = 47.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#119494 (or 0x119494) is known color: Java. HEX triplet: 11, 94 and 94. RGB value is (17,148,148). Sum of RGB (Red+Green+Blue) = 17+148+148=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #119494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119494 is #EE6B6B. Grayscale: #6C6C6C. Windows color (decimal): -15625068 or 9737233. OLE color: 9737233.

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

Color convert

RGB 17 148 148 -
CMYK 0.89 0 0 0.42
HSL 180º 0.79% 0.32% -
HSV(B) 180º 0.89% 0.58% -
XYZ 16.17 23.44 31.69 -
YUV 108.83 150.1 62.5 -
System Red Green Blue C M Y K H S L
Decimal 17 148 148 0.89 0 0 0.42 180 0.79 0.32
Hex 11 94 94 59 0 0 2A B4 4F 20
Octal 21 224 224 131 0 0 52 264 117 40
Binary 10001 10010100 10010100 1011001 0 0 101010 10110100 1001111 100000

Color Harmonies of #119494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119494

Black with #119494

Text Example


Text Example

White with #119494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119494; }

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

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

background-color css

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

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

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

border-color css

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

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

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