Html Css Color HEX #139792 Java

📋 copy color: '#139792'

red 19 ◦ green 151 ◦ blue 146

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

Shades of Java #139792

Tints of Java #139792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 6.01%
G = 47.78%
B = 46.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#139792 (or 0x139792) is known color: Java. HEX triplet: 13, 97 and 92. RGB value is (19,151,146). Sum of RGB (Red+Green+Blue) = 19+151+146=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #139792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139792 is #EC686D. Grayscale: #6E6E6E. Windows color (decimal): -15493230 or 9606931. OLE color: 9606931.

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

Color convert

RGB 19 151 146 -
CMYK 0.87 0 0.03 0.41
HSL 177.73º 0.78% 0.33% -
HSV(B) 177.73º 0.87% 0.59% -
XYZ 16.52 24.35 31.02 -
YUV 110.96 147.77 62.41 -
System Red Green Blue C M Y K H S L
Decimal 19 151 146 0.87 0 0.03 0.41 177.73 0.78 0.33
Hex 13 97 92 57 0 3 29 B2 4E 21
Octal 23 227 222 127 0 3 51 262 116 41
Binary 10011 10010111 10010010 1010111 0 11 101001 10110010 1001110 100001

Color Harmonies of #139792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139792

Black with #139792

Text Example


Text Example

White with #139792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139792; }

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

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

background-color css

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

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

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

border-color css

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

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

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