Html Css Color HEX #139590 Java

📋 copy color: '#139590'

red 19 ◦ green 149 ◦ blue 144

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

Shades of Java #139590

Tints of Java #139590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 6.09%
G = 47.76%
B = 46.15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#139590 (or 0x139590) is known color: Java. HEX triplet: 13, 95 and 90. RGB value is (19,149,144). Sum of RGB (Red+Green+Blue) = 19+149+144=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #139590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139590 is #EC6A6F. Grayscale: #6D6D6D. Windows color (decimal): -15493744 or 9475347. OLE color: 9475347.

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

Color convert

RGB 19 149 144 -
CMYK 0.87 0 0.03 0.42
HSL 177.69º 0.77% 0.33% -
HSV(B) 177.69º 0.87% 0.58% -
XYZ 16.05 23.65 30.1 -
YUV 109.56 147.43 63.41 -
System Red Green Blue C M Y K H S L
Decimal 19 149 144 0.87 0 0.03 0.42 177.69 0.77 0.33
Hex 13 95 90 57 0 3 2A B2 4D 21
Octal 23 225 220 127 0 3 52 262 115 41
Binary 10011 10010101 10010000 1010111 0 11 101010 10110010 1001101 100001

Color Harmonies of #139590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139590

Black with #139590

Text Example


Text Example

White with #139590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139590; }

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

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

background-color css

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

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

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

border-color css

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

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

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