Html Css Color HEX #139C99 Java

📋 copy color: '#139C99'

red 19 ◦ green 156 ◦ blue 153

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

Shades of Java #139C99

Tints of Java #139C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.65%

R = 5.79%
G = 47.56%
B = 46.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#139C99 (or 0x139C99) is known color: Java. HEX triplet: 13, 9C and 99. RGB value is (19,156,153). Sum of RGB (Red+Green+Blue) = 19+156+153=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #139C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139C99 is #EC6366. Grayscale: #727272. Windows color (decimal): -15491943 or 10066963. OLE color: 10066963.

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

Color convert

RGB 19 156 153 -
CMYK 0.88 0 0.02 0.39
HSL 178.69º 0.78% 0.34% -
HSV(B) 178.69º 0.88% 0.61% -
XYZ 17.91 26.22 34.25 -
YUV 114.7 149.61 59.74 -
System Red Green Blue C M Y K H S L
Decimal 19 156 153 0.88 0 0.02 0.39 178.69 0.78 0.34
Hex 13 9C 99 58 0 2 27 B3 4E 22
Octal 23 234 231 130 0 2 47 263 116 42
Binary 10011 10011100 10011001 1011000 0 10 100111 10110011 1001110 100010

Color Harmonies of #139C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139C99

Black with #139C99

Text Example


Text Example

White with #139C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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