Html Css Color HEX #139891 Java

📋 copy color: '#139891'

red 19 ◦ green 152 ◦ blue 145

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

Shades of Java #139891

Tints of Java #139891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.1%

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 6.01%
G = 48.1%
B = 45.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#139891 (or 0x139891) is known color: Java. HEX triplet: 13, 98 and 91. RGB value is (19,152,145). Sum of RGB (Red+Green+Blue) = 19+152+145=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #139891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139891 is #EC676E. Grayscale: #6F6F6F. Windows color (decimal): -15492975 or 9541651. OLE color: 9541651.

HSL color Cylindrical-coordinate representation of color #139891: hue angle of 176.84º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139891 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 152 145 -
CMYK 0.87 0 0.05 0.40
HSL 176.84º 0.78% 0.34% -
HSV(B) 176.84º 0.88% 0.6% -
XYZ 16.61 24.64 30.67 -
YUV 111.44 146.94 62.07 -
System Red Green Blue C M Y K H S L
Decimal 19 152 145 0.87 0 0.05 0.40 176.84 0.78 0.34
Hex 13 98 91 57 0 5 28 B1 4E 22
Octal 23 230 221 127 0 5 50 261 116 42
Binary 10011 10011000 10010001 1010111 0 101 101000 10110001 1001110 100010

Color Harmonies of #139891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139891

Black with #139891

Text Example


Text Example

White with #139891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139891; }

 p { color: rgb(19,152,145); }

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

background-color css

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

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

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

border-color css

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

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

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