Html Css Color HEX #13978E Java

📋 copy color: '#13978E'

red 19 ◦ green 151 ◦ blue 142

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

Shades of Java #13978E

Tints of Java #13978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.4%

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 6.09%
G = 48.4%
B = 45.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#13978E (or 0x13978E) is known color: Java. HEX triplet: 13, 97 and 8E. RGB value is (19,151,142). Sum of RGB (Red+Green+Blue) = 19+151+142=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #13978E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13978E is #EC6871. Grayscale: #6E6E6E. Windows color (decimal): -15493234 or 9344787. OLE color: 9344787.

HSL color Cylindrical-coordinate representation of color #13978E: hue angle of 175.91º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13978E is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 151 142 -
CMYK 0.87 0 0.06 0.41
HSL 175.91º 0.78% 0.33% -
HSV(B) 175.91º 0.87% 0.59% -
XYZ 16.22 24.22 29.41 -
YUV 110.51 145.77 62.73 -
System Red Green Blue C M Y K H S L
Decimal 19 151 142 0.87 0 0.06 0.41 175.91 0.78 0.33
Hex 13 97 8E 57 0 6 29 B0 4E 21
Octal 23 227 216 127 0 6 51 260 116 41
Binary 10011 10010111 10001110 1010111 0 110 101001 10110000 1001110 100001

Color Harmonies of #13978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13978E

Black with #13978E

Text Example


Text Example

White with #13978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13978E; }

 p { color: rgb(19,151,142); }

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

background-color css

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

 a { background-color: rgb(19,151,142); }

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

border-color css

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

 span { border-color: rgb(19,151,142); }

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