Html Css Color HEX #13978A Java

📋 copy color: '#13978A'

red 19 ◦ green 151 ◦ blue 138

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

Shades of Java #13978A

Tints of Java #13978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 6.17%
G = 49.03%
B = 44.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#13978A (or 0x13978A) is known color: Java. HEX triplet: 13, 97 and 8A. RGB value is (19,151,138). Sum of RGB (Red+Green+Blue) = 19+151+138=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #13978A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13978A is #EC6875. Grayscale: #6D6D6D. Windows color (decimal): -15493238 or 9082643. OLE color: 9082643.

HSL color Cylindrical-coordinate representation of color #13978A: hue angle of 174.09º 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 #13978A is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 151 138 -
CMYK 0.87 0 0.09 0.41
HSL 174.09º 0.78% 0.33% -
HSV(B) 174.09º 0.87% 0.59% -
XYZ 15.92 24.11 27.86 -
YUV 110.05 143.77 63.06 -
System Red Green Blue C M Y K H S L
Decimal 19 151 138 0.87 0 0.09 0.41 174.09 0.78 0.33
Hex 13 97 8A 57 0 9 29 AE 4E 21
Octal 23 227 212 127 0 11 51 256 116 41
Binary 10011 10010111 10001010 1010111 0 1001 101001 10101110 1001110 100001

Color Harmonies of #13978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13978A

Black with #13978A

Text Example


Text Example

White with #13978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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