Html Css Color HEX #139B9A Java

📋 copy color: '#139B9A'

red 19 ◦ green 155 ◦ blue 154

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

Shades of Java #139B9A

Tints of Java #139B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.95%

R = 5.79%
G = 47.26%
B = 46.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#139B9A (or 0x139B9A) is known color: Java. HEX triplet: 13, 9B and 9A. RGB value is (19,155,154). Sum of RGB (Red+Green+Blue) = 19+155+154=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #139B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139B9A is #EC6465. Grayscale: #727272. Windows color (decimal): -15492198 or 10132243. OLE color: 10132243.

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

Color convert

RGB 19 155 154 -
CMYK 0.88 0 0.01 0.39
HSL 179.56º 0.78% 0.34% -
HSV(B) 179.56º 0.88% 0.61% -
XYZ 17.82 25.91 34.63 -
YUV 114.22 150.44 60.08 -
System Red Green Blue C M Y K H S L
Decimal 19 155 154 0.88 0 0.01 0.39 179.56 0.78 0.34
Hex 13 9B 9A 58 0 1 27 B4 4E 22
Octal 23 233 232 130 0 1 47 264 116 42
Binary 10011 10011011 10011010 1011000 0 1 100111 10110100 1001110 100010

Color Harmonies of #139B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139B9A

Black with #139B9A

Text Example


Text Example

White with #139B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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