Html Css Color HEX #119493 Java

📋 copy color: '#119493'

red 17 ◦ green 148 ◦ blue 147

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

Shades of Java #119493

Tints of Java #119493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.12%

R = 5.45%
G = 47.44%
B = 47.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#119493 (or 0x119493) is known color: Java. HEX triplet: 11, 94 and 93. RGB value is (17,148,147). Sum of RGB (Red+Green+Blue) = 17+148+147=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #119493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119493 is #EE6B6C. Grayscale: #6C6C6C. Windows color (decimal): -15625069 or 9671697. OLE color: 9671697.

HSL color Cylindrical-coordinate representation of color #119493: hue angle of 179.54º 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 #119493 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 148 147 -
CMYK 0.89 0 0.01 0.42
HSL 179.54º 0.79% 0.32% -
HSV(B) 179.54º 0.89% 0.58% -
XYZ 16.09 23.41 31.27 -
YUV 108.72 149.6 62.58 -
System Red Green Blue C M Y K H S L
Decimal 17 148 147 0.89 0 0.01 0.42 179.54 0.79 0.32
Hex 11 94 93 59 0 1 2A B4 4F 20
Octal 21 224 223 131 0 1 52 264 117 40
Binary 10001 10010100 10010011 1011001 0 1 101010 10110100 1001111 100000

Color Harmonies of #119493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119493

Black with #119493

Text Example


Text Example

White with #119493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119493; }

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

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

background-color css

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

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

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

border-color css

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

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

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