Html Css Color HEX #139795 Java

📋 copy color: '#139795'

red 19 ◦ green 151 ◦ blue 149

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

Shades of Java #139795

Tints of Java #139795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.34%

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

R = 5.96%
G = 47.34%
B = 46.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#139795 (or 0x139795) is known color: Java. HEX triplet: 13, 97 and 95. RGB value is (19,151,149). Sum of RGB (Red+Green+Blue) = 19+151+149=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #139795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139795 is #EC686A. Grayscale: #6F6F6F. Windows color (decimal): -15493227 or 9803539. OLE color: 9803539.

HSL color Cylindrical-coordinate representation of color #139795: hue angle of 179.09º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139795 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 151 149 -
CMYK 0.87 0 0.01 0.41
HSL 179.09º 0.78% 0.33% -
HSV(B) 179.09º 0.87% 0.59% -
XYZ 16.76 24.44 32.27 -
YUV 111.3 149.27 62.16 -
System Red Green Blue C M Y K H S L
Decimal 19 151 149 0.87 0 0.01 0.41 179.09 0.78 0.33
Hex 13 97 95 57 0 1 29 B3 4E 21
Octal 23 227 225 127 0 1 51 263 116 41
Binary 10011 10010111 10010101 1010111 0 1 101001 10110011 1001110 100001

Color Harmonies of #139795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139795

Black with #139795

Text Example


Text Example

White with #139795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139795; }

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

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

background-color css

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

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

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

border-color css

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

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

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