Html Css Color HEX #139D97 Java

📋 copy color: '#139D97'

red 19 ◦ green 157 ◦ blue 151

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

Shades of Java #139D97

Tints of Java #139D97

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.01%

 BLUE value IS 151 (59.38% from 255) = 46.18%

R = 5.81%
G = 48.01%
B = 46.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#139D97 (or 0x139D97) is known color: Java. HEX triplet: 13, 9D and 97. RGB value is (19,157,151). Sum of RGB (Red+Green+Blue) = 19+157+151=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #139D97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139D97 is #EC6268. Grayscale: #727272. Windows color (decimal): -15491689 or 9936147. OLE color: 9936147.

HSL color Cylindrical-coordinate representation of color #139D97: hue angle of 177.39º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139D97 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 157 151 -
CMYK 0.88 0 0.04 0.38
HSL 177.39º 0.78% 0.35% -
HSV(B) 177.39º 0.88% 0.62% -
XYZ 17.91 26.49 33.45 -
YUV 115.05 148.28 59.49 -
System Red Green Blue C M Y K H S L
Decimal 19 157 151 0.88 0 0.04 0.38 177.39 0.78 0.35
Hex 13 9D 97 58 0 4 26 B1 4E 23
Octal 23 235 227 130 0 4 46 261 116 43
Binary 10011 10011101 10010111 1011000 0 100 100110 10110001 1001110 100011

Color Harmonies of #139D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D97

Black with #139D97

Text Example


Text Example

White with #139D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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