Html Css Color HEX #139794 Java

📋 copy color: '#139794'

red 19 ◦ green 151 ◦ blue 148

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

Shades of Java #139794

Tints of Java #139794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.54%

R = 5.97%
G = 47.48%
B = 46.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#139794 (or 0x139794) is known color: Java. HEX triplet: 13, 97 and 94. RGB value is (19,151,148). Sum of RGB (Red+Green+Blue) = 19+151+148=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #139794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139794 is #EC686B. Grayscale: #6F6F6F. Windows color (decimal): -15493228 or 9738003. OLE color: 9738003.

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

Color convert

RGB 19 151 148 -
CMYK 0.87 0 0.02 0.41
HSL 178.64º 0.78% 0.33% -
HSV(B) 178.64º 0.87% 0.59% -
XYZ 16.68 24.41 31.85 -
YUV 111.19 148.77 62.24 -
System Red Green Blue C M Y K H S L
Decimal 19 151 148 0.87 0 0.02 0.41 178.64 0.78 0.33
Hex 13 97 94 57 0 2 29 B3 4E 21
Octal 23 227 224 127 0 2 51 263 116 41
Binary 10011 10010111 10010100 1010111 0 10 101001 10110011 1001110 100001

Color Harmonies of #139794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139794

Black with #139794

Text Example


Text Example

White with #139794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139794; }

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

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

background-color css

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

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

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

border-color css

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

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

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