Html Css Color HEX #139191 Java

📋 copy color: '#139191'

red 19 ◦ green 145 ◦ blue 145

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

Shades of Java #139191

Tints of Java #139191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.93%

 BLUE value IS 145 (57.03% from 255) = 46.93%

R = 6.15%
G = 46.93%
B = 46.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#139191 (or 0x139191) is known color: Java. HEX triplet: 13, 91 and 91. RGB value is (19,145,145). Sum of RGB (Red+Green+Blue) = 19+145+145=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #139191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139191 is #EC6E6E. Grayscale: #6B6B6B. Windows color (decimal): -15494767 or 9539859. OLE color: 9539859.

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

Color convert

RGB 19 145 145 -
CMYK 0.87 0 0 0.43
HSL 180º 0.77% 0.32% -
HSV(B) 180º 0.87% 0.57% -
XYZ 15.5 22.43 30.3 -
YUV 107.33 149.26 65 -
System Red Green Blue C M Y K H S L
Decimal 19 145 145 0.87 0 0 0.43 180 0.77 0.32
Hex 13 91 91 57 0 0 2B B4 4D 20
Octal 23 221 221 127 0 0 53 264 115 40
Binary 10011 10010001 10010001 1010111 0 0 101011 10110100 1001101 100000

Color Harmonies of #139191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139191

Black with #139191

Text Example


Text Example

White with #139191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139191; }

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

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

background-color css

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

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

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

border-color css

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

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

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