Html Css Color HEX #139494 Java

📋 copy color: '#139494'

red 19 ◦ green 148 ◦ blue 148

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

Shades of Java #139494

Tints of Java #139494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

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

R = 6.03%
G = 46.98%
B = 46.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#139494 (or 0x139494) is known color: Java. HEX triplet: 13, 94 and 94. RGB value is (19,148,148). Sum of RGB (Red+Green+Blue) = 19+148+148=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #139494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139494 is #EC6B6B. Grayscale: #6D6D6D. Windows color (decimal): -15493996 or 9737235. OLE color: 9737235.

HSL color Cylindrical-coordinate representation of color #139494: hue angle of 180º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139494 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 148 148 -
CMYK 0.87 0 0 0.42
HSL 180º 0.77% 0.33% -
HSV(B) 180º 0.87% 0.58% -
XYZ 16.2 23.46 31.69 -
YUV 109.43 149.76 63.5 -
System Red Green Blue C M Y K H S L
Decimal 19 148 148 0.87 0 0 0.42 180 0.77 0.33
Hex 13 94 94 57 0 0 2A B4 4D 21
Octal 23 224 224 127 0 0 52 264 115 41
Binary 10011 10010100 10010100 1010111 0 0 101010 10110100 1001101 100001

Color Harmonies of #139494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139494

Black with #139494

Text Example


Text Example

White with #139494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139494; }

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

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

background-color css

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

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

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

border-color css

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

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

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