Html Css Color HEX #13938E Java

📋 copy color: '#13938E'

red 19 ◦ green 147 ◦ blue 142

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

Shades of Java #13938E

Tints of Java #13938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.73%

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

R = 6.17%
G = 47.73%
B = 46.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#13938E (or 0x13938E) is known color: Java. HEX triplet: 13, 93 and 8E. RGB value is (19,147,142). Sum of RGB (Red+Green+Blue) = 19+147+142=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #13938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13938E is #EC6C71. Grayscale: #6C6C6C. Windows color (decimal): -15494258 or 9343763. OLE color: 9343763.

HSL color Cylindrical-coordinate representation of color #13938E: hue angle of 177.66º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13938E is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 147 142 -
CMYK 0.87 0 0.03 0.42
HSL 177.66º 0.77% 0.33% -
HSV(B) 177.66º 0.87% 0.58% -
XYZ 15.58 22.96 29.2 -
YUV 108.16 147.09 64.41 -
System Red Green Blue C M Y K H S L
Decimal 19 147 142 0.87 0 0.03 0.42 177.66 0.77 0.33
Hex 13 93 8E 57 0 3 2A B2 4D 21
Octal 23 223 216 127 0 3 52 262 115 41
Binary 10011 10010011 10001110 1010111 0 11 101010 10110010 1001101 100001

Color Harmonies of #13938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13938E

Black with #13938E

Text Example


Text Example

White with #13938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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