Html Css Color HEX #139D9C Java

📋 copy color: '#139D9C'

red 19 ◦ green 157 ◦ blue 156

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

Shades of Java #139D9C

Tints of Java #139D9C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.29%

 BLUE value IS 156 (61.33% from 255) = 46.99%

R = 5.72%
G = 47.29%
B = 46.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#139D9C (or 0x139D9C) is known color: Java. HEX triplet: 13, 9D and 9C. RGB value is (19,157,156). Sum of RGB (Red+Green+Blue) = 19+157+156=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #139D9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139D9C is #EC6263. Grayscale: #737373. Windows color (decimal): -15491684 or 10263827. OLE color: 10263827.

HSL color Cylindrical-coordinate representation of color #139D9C: hue angle of 179.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139D9C is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 157 156 -
CMYK 0.88 0 0.01 0.38
HSL 179.57º 0.78% 0.35% -
HSV(B) 179.57º 0.88% 0.62% -
XYZ 18.33 26.65 35.63 -
YUV 115.62 150.78 59.08 -
System Red Green Blue C M Y K H S L
Decimal 19 157 156 0.88 0 0.01 0.38 179.57 0.78 0.35
Hex 13 9D 9C 58 0 1 26 B4 4E 23
Octal 23 235 234 130 0 1 46 264 116 43
Binary 10011 10011101 10011100 1011000 0 1 100110 10110100 1001110 100011

Color Harmonies of #139D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D9C

Black with #139D9C

Text Example


Text Example

White with #139D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,157,156); }

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

background-color css

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

 a { background-color: rgb(19,157,156); }

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

border-color css

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

 span { border-color: rgb(19,157,156); }

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