Html Css Color HEX #139E94 Java

📋 copy color: '#139E94'

red 19 ◦ green 158 ◦ blue 148

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

Shades of Java #139E94

Tints of Java #139E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.54%

R = 5.85%
G = 48.62%
B = 45.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#139E94 (or 0x139E94) is known color: Java. HEX triplet: 13, 9E and 94. RGB value is (19,158,148). Sum of RGB (Red+Green+Blue) = 19+158+148=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #139E94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139E94 is #EC616B. Grayscale: #737373. Windows color (decimal): -15491436 or 9739795. OLE color: 9739795.

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

Color convert

RGB 19 158 148 -
CMYK 0.88 0 0.06 0.38
HSL 175.68º 0.79% 0.35% -
HSV(B) 175.68º 0.88% 0.62% -
XYZ 17.84 26.73 32.24 -
YUV 115.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 19 158 148 0.88 0 0.06 0.38 175.68 0.79 0.35
Hex 13 9E 94 58 0 6 26 B0 4F 23
Octal 23 236 224 130 0 6 46 260 117 43
Binary 10011 10011110 10010100 1011000 0 110 100110 10110000 1001111 100011

Color Harmonies of #139E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139E94

Black with #139E94

Text Example


Text Example

White with #139E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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