Html Css Color HEX #139998 Java

📋 copy color: '#139998'

red 19 ◦ green 153 ◦ blue 152

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

Shades of Java #139998

Tints of Java #139998

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.22%

 BLUE value IS 152 (59.77% from 255) = 46.91%

R = 5.86%
G = 47.22%
B = 46.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#139998 (or 0x139998) is known color: Java. HEX triplet: 13, 99 and 98. RGB value is (19,153,152). Sum of RGB (Red+Green+Blue) = 19+153+152=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #139998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139998 is #EC6667. Grayscale: #707070. Windows color (decimal): -15492712 or 10000659. OLE color: 10000659.

HSL color Cylindrical-coordinate representation of color #139998: hue angle of 179.55º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139998 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 152 -
CMYK 0.88 0 0.01 0.4
HSL 179.55º 0.78% 0.34% -
HSV(B) 179.55º 0.88% 0.6% -
XYZ 17.33 25.19 33.65 -
YUV 112.82 150.11 61.08 -
System Red Green Blue C M Y K H S L
Decimal 19 153 152 0.88 0 0.01 0.4 179.55 0.78 0.34
Hex 13 99 98 58 0 1 28 B4 4E 22
Octal 23 231 230 130 0 1 50 264 116 42
Binary 10011 10011001 10011000 1011000 0 1 101000 10110100 1001110 100010

Color Harmonies of #139998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139998

Black with #139998

Text Example


Text Example

White with #139998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139998; }

 p { color: rgb(19,153,152); }

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

background-color css

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

 a { background-color: rgb(19,153,152); }

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

border-color css

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

 span { border-color: rgb(19,153,152); }

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