Html Css Color HEX #139595 Java

📋 copy color: '#139595'

red 19 ◦ green 149 ◦ blue 149

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

Shades of Java #139595

Tints of Java #139595

RGB

 RED value IS 19 (7.81% from 255) = 5.99%

 GREEN value IS 149 (58.59% from 255) = 47%

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

R = 5.99%
G = 47%
B = 47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#139595 (or 0x139595) is known color: Java. HEX triplet: 13, 95 and 95. RGB value is (19,149,149). Sum of RGB (Red+Green+Blue) = 19+149+149=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #139595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139595 is #EC6A6A. Grayscale: #6E6E6E. Windows color (decimal): -15493739 or 9803027. OLE color: 9803027.

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

Color convert

RGB 19 149 149 -
CMYK 0.87 0 0 0.42
HSL 180º 0.77% 0.33% -
HSV(B) 180º 0.87% 0.58% -
XYZ 16.44 23.8 32.16 -
YUV 110.13 149.93 63 -
System Red Green Blue C M Y K H S L
Decimal 19 149 149 0.87 0 0 0.42 180 0.77 0.33
Hex 13 95 95 57 0 0 2A B4 4D 21
Octal 23 225 225 127 0 0 52 264 115 41
Binary 10011 10010101 10010101 1010111 0 0 101010 10110100 1001101 100001

Color Harmonies of #139595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139595

Black with #139595

Text Example


Text Example

White with #139595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139595; }

 p { color: rgb(19,149,149); }

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

background-color css

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

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

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

border-color css

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

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

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