Html Css Color HEX #139C96 Java

📋 copy color: '#139C96'

red 19 ◦ green 156 ◦ blue 150

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

Shades of Java #139C96

Tints of Java #139C96

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48%

 BLUE value IS 150 (58.98% from 255) = 46.15%

R = 5.85%
G = 48%
B = 46.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#139C96 (or 0x139C96) is known color: Java. HEX triplet: 13, 9C and 96. RGB value is (19,156,150). Sum of RGB (Red+Green+Blue) = 19+156+150=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #139C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139C96 is #EC6369. Grayscale: #727272. Windows color (decimal): -15491946 or 9870355. OLE color: 9870355.

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

Color convert

RGB 19 156 150 -
CMYK 0.88 0 0.04 0.39
HSL 177.37º 0.78% 0.34% -
HSV(B) 177.37º 0.88% 0.61% -
XYZ 17.66 26.12 32.96 -
YUV 114.35 148.11 59.99 -
System Red Green Blue C M Y K H S L
Decimal 19 156 150 0.88 0 0.04 0.39 177.37 0.78 0.34
Hex 13 9C 96 58 0 4 27 B1 4E 22
Octal 23 234 226 130 0 4 47 261 116 42
Binary 10011 10011100 10010110 1011000 0 100 100111 10110001 1001110 100010

Color Harmonies of #139C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139C96

Black with #139C96

Text Example


Text Example

White with #139C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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