Html Css Color HEX #119395 Java

📋 copy color: '#119395'

red 17 ◦ green 147 ◦ blue 149

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

Shades of Java #119395

Tints of Java #119395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

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

R = 5.43%
G = 46.96%
B = 47.6%

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

#119395 (or 0x119395) is known color: Java. HEX triplet: 11, 93 and 95. RGB value is (17,147,149). Sum of RGB (Red+Green+Blue) = 17+147+149=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #119395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119395 is #EE6C6A. Grayscale: #6C6C6C. Windows color (decimal): -15625323 or 9802513. OLE color: 9802513.

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

Color convert

RGB 17 147 149 -
CMYK 0.89 0.01 0 0.42
HSL 180.91º 0.8% 0.33% -
HSV(B) 180.91º 0.89% 0.58% -
XYZ 16.09 23.16 32.06 -
YUV 108.36 150.93 62.84 -
System Red Green Blue C M Y K H S L
Decimal 17 147 149 0.89 0.01 0 0.42 180.91 0.8 0.33
Hex 11 93 95 59 1 0 2A B5 50 21
Octal 21 223 225 131 1 0 52 265 120 41
Binary 10001 10010011 10010101 1011001 1 0 101010 10110101 1010000 100001

Color Harmonies of #119395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119395

Black with #119395

Text Example


Text Example

White with #119395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119395; }

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

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

background-color css

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

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

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

border-color css

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

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

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