Html Css Color HEX #139A8C Java

📋 copy color: '#139A8C'

red 19 ◦ green 154 ◦ blue 140

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

Shades of Java #139A8C

Tints of Java #139A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.73%

R = 6.07%
G = 49.2%
B = 44.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#139A8C (or 0x139A8C) is known color: Java. HEX triplet: 13, 9A and 8C. RGB value is (19,154,140). Sum of RGB (Red+Green+Blue) = 19+154+140=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #139A8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139A8C is #EC6573. Grayscale: #6F6F6F. Windows color (decimal): -15492468 or 9214483. OLE color: 9214483.

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

Color convert

RGB 19 154 140 -
CMYK 0.88 0 0.09 0.40
HSL 173.78º 0.78% 0.34% -
HSV(B) 173.78º 0.88% 0.6% -
XYZ 16.56 25.14 28.79 -
YUV 112.04 143.77 61.64 -
System Red Green Blue C M Y K H S L
Decimal 19 154 140 0.88 0 0.09 0.40 173.78 0.78 0.34
Hex 13 9A 8C 58 0 9 28 AE 4E 22
Octal 23 232 214 130 0 11 50 256 116 42
Binary 10011 10011010 10001100 1011000 0 1001 101000 10101110 1001110 100010

Color Harmonies of #139A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139A8C

Black with #139A8C

Text Example


Text Example

White with #139A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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