Html Css Color HEX #13938F Java

📋 copy color: '#13938F'

red 19 ◦ green 147 ◦ blue 143

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

Shades of Java #13938F

Tints of Java #13938F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.28%

R = 6.15%
G = 47.57%
B = 46.28%

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

#13938F (or 0x13938F) is known color: Java. HEX triplet: 13, 93 and 8F. RGB value is (19,147,143). Sum of RGB (Red+Green+Blue) = 19+147+143=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #13938F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13938F is #EC6C70. Grayscale: #6C6C6C. Windows color (decimal): -15494257 or 9409299. OLE color: 9409299.

HSL color Cylindrical-coordinate representation of color #13938F: hue angle of 178.12º 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 #13938F is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 147 143 -
CMYK 0.87 0 0.03 0.42
HSL 178.13º 0.77% 0.33% -
HSV(B) 178.13º 0.87% 0.58% -
XYZ 15.66 22.99 29.6 -
YUV 108.27 147.59 64.33 -
System Red Green Blue C M Y K H S L
Decimal 19 147 143 0.87 0 0.03 0.42 178.13 0.77 0.33
Hex 13 93 8F 57 0 3 2A B2 4D 21
Octal 23 223 217 127 0 3 52 262 115 41
Binary 10011 10010011 10001111 1010111 0 11 101010 10110010 1001101 100001

Color Harmonies of #13938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13938F

Black with #13938F

Text Example


Text Example

White with #13938F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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