Html Css Color HEX #139A8B Java

📋 copy color: '#139A8B'

red 19 ◦ green 154 ◦ blue 139

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

Shades of Java #139A8B

Tints of Java #139A8B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.36%

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 6.09%
G = 49.36%
B = 44.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#139A8B (or 0x139A8B) is known color: Java. HEX triplet: 13, 9A and 8B. RGB value is (19,154,139). Sum of RGB (Red+Green+Blue) = 19+154+139=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #139A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139A8B is #EC6574. Grayscale: #6F6F6F. Windows color (decimal): -15492469 or 9148947. OLE color: 9148947.

HSL color Cylindrical-coordinate representation of color #139A8B: hue angle of 173.33º 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 #139A8B is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 154 139 -
CMYK 0.88 0 0.10 0.40
HSL 173.33º 0.78% 0.34% -
HSV(B) 173.33º 0.88% 0.6% -
XYZ 16.48 25.11 28.4 -
YUV 111.93 143.27 61.72 -
System Red Green Blue C M Y K H S L
Decimal 19 154 139 0.88 0 0.10 0.40 173.33 0.78 0.34
Hex 13 9A 8B 58 0 A 28 AD 4E 22
Octal 23 232 213 130 0 12 50 255 116 42
Binary 10011 10011010 10001011 1011000 0 1010 101000 10101101 1001110 100010

Color Harmonies of #139A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139A8B

Black with #139A8B

Text Example


Text Example

White with #139A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139A8B; }

 p { color: rgb(19,154,139); }

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

background-color css

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

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

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

border-color css

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

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

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