Html Css Color HEX #139E9C Java

📋 copy color: '#139E9C'

red 19 ◦ green 158 ◦ blue 156

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

Shades of Java #139E9C

Tints of Java #139E9C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.45%

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

R = 5.71%
G = 47.45%
B = 46.85%

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

#139E9C (or 0x139E9C) is known color: Java. HEX triplet: 13, 9E and 9C. RGB value is (19,158,156). Sum of RGB (Red+Green+Blue) = 19+158+156=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #139E9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139E9C is #EC6163. Grayscale: #747474. Windows color (decimal): -15491428 or 10264083. OLE color: 10264083.

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

Color convert

RGB 19 158 156 -
CMYK 0.88 0 0.01 0.38
HSL 179.14º 0.79% 0.35% -
HSV(B) 179.14º 0.88% 0.62% -
XYZ 18.5 26.99 35.69 -
YUV 116.21 150.45 58.66 -
System Red Green Blue C M Y K H S L
Decimal 19 158 156 0.88 0 0.01 0.38 179.14 0.79 0.35
Hex 13 9E 9C 58 0 1 26 B3 4F 23
Octal 23 236 234 130 0 1 46 263 117 43
Binary 10011 10011110 10011100 1011000 0 1 100110 10110011 1001111 100011

Color Harmonies of #139E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139E9C

Black with #139E9C

Text Example


Text Example

White with #139E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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