Html Css Color HEX #139797 Java

📋 copy color: '#139797'

red 19 ◦ green 151 ◦ blue 151

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

Shades of Java #139797

Tints of Java #139797

RGB

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

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

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

R = 5.92%
G = 47.04%
B = 47.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#139797 (or 0x139797) is known color: Java. HEX triplet: 13, 97 and 97. RGB value is (19,151,151). Sum of RGB (Red+Green+Blue) = 19+151+151=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #139797 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139797 is #EC6868. Grayscale: #6F6F6F. Windows color (decimal): -15493225 or 9934611. OLE color: 9934611.

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

Color convert

RGB 19 151 151 -
CMYK 0.87 0 0 0.41
HSL 180º 0.78% 0.33% -
HSV(B) 180º 0.87% 0.59% -
XYZ 16.92 24.51 33.12 -
YUV 111.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 19 151 151 0.87 0 0 0.41 180 0.78 0.33
Hex 13 97 97 57 0 0 29 B4 4E 21
Octal 23 227 227 127 0 0 51 264 116 41
Binary 10011 10010111 10010111 1010111 0 0 101001 10110100 1001110 100001

Color Harmonies of #139797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139797

Black with #139797

Text Example


Text Example

White with #139797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139797; }

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

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

background-color css

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

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

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

border-color css

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

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

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