Html Css Color HEX #139B8D Java

📋 copy color: '#139B8D'

red 19 ◦ green 155 ◦ blue 141

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

Shades of Java #139B8D

Tints of Java #139B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.21%

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 6.03%
G = 49.21%
B = 44.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#139B8D (or 0x139B8D) is known color: Java. HEX triplet: 13, 9B and 8D. RGB value is (19,155,141). Sum of RGB (Red+Green+Blue) = 19+155+141=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #139B8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139B8D is #EC6472. Grayscale: #707070. Windows color (decimal): -15492211 or 9280275. OLE color: 9280275.

HSL color Cylindrical-coordinate representation of color #139B8D: hue angle of 173.82º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B8D is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 155 141 -
CMYK 0.88 0 0.09 0.39
HSL 173.82º 0.78% 0.34% -
HSV(B) 173.82º 0.88% 0.61% -
XYZ 16.8 25.5 29.24 -
YUV 112.74 143.94 61.14 -
System Red Green Blue C M Y K H S L
Decimal 19 155 141 0.88 0 0.09 0.39 173.82 0.78 0.34
Hex 13 9B 8D 58 0 9 27 AE 4E 22
Octal 23 233 215 130 0 11 47 256 116 42
Binary 10011 10011011 10001101 1011000 0 1001 100111 10101110 1001110 100010

Color Harmonies of #139B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139B8D

Black with #139B8D

Text Example


Text Example

White with #139B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,155,141); }

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

background-color css

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

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

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

border-color css

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

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

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