Html Css Color HEX #139C93 Java

📋 copy color: '#139C93'

red 19 ◦ green 156 ◦ blue 147

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

Shades of Java #139C93

Tints of Java #139C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.65%

R = 5.9%
G = 48.45%
B = 45.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#139C93 (or 0x139C93) is known color: Java. HEX triplet: 13, 9C and 93. RGB value is (19,156,147). Sum of RGB (Red+Green+Blue) = 19+156+147=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #139C93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139C93 is #EC636C. Grayscale: #717171. Windows color (decimal): -15491949 or 9673747. OLE color: 9673747.

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

Color convert

RGB 19 156 147 -
CMYK 0.88 0 0.06 0.39
HSL 176.06º 0.78% 0.34% -
HSV(B) 176.06º 0.88% 0.61% -
XYZ 17.42 26.02 31.71 -
YUV 114.01 146.61 60.23 -
System Red Green Blue C M Y K H S L
Decimal 19 156 147 0.88 0 0.06 0.39 176.06 0.78 0.34
Hex 13 9C 93 58 0 6 27 B0 4E 22
Octal 23 234 223 130 0 6 47 260 116 42
Binary 10011 10011100 10010011 1011000 0 110 100111 10110000 1001110 100010

Color Harmonies of #139C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139C93

Black with #139C93

Text Example


Text Example

White with #139C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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