Html Css Color HEX #13998B Java

📋 copy color: '#13998B'

red 19 ◦ green 153 ◦ blue 139

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

Shades of Java #13998B

Tints of Java #13998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.2%

 BLUE value IS 139 (54.69% from 255) = 44.69%

R = 6.11%
G = 49.2%
B = 44.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#13998B (or 0x13998B) is known color: Java. HEX triplet: 13, 99 and 8B. RGB value is (19,153,139). Sum of RGB (Red+Green+Blue) = 19+153+139=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #13998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13998B is #EC6674. Grayscale: #6F6F6F. Windows color (decimal): -15492725 or 9148691. OLE color: 9148691.

HSL color Cylindrical-coordinate representation of color #13998B: hue angle of 173.73º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13998B is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 139 -
CMYK 0.88 0 0.09 0.4
HSL 173.73º 0.78% 0.34% -
HSV(B) 173.73º 0.88% 0.6% -
XYZ 16.32 24.78 28.35 -
YUV 111.34 143.61 62.14 -
System Red Green Blue C M Y K H S L
Decimal 19 153 139 0.88 0 0.09 0.4 173.73 0.78 0.34
Hex 13 99 8B 58 0 9 28 AE 4E 22
Octal 23 231 213 130 0 11 50 256 116 42
Binary 10011 10011001 10001011 1011000 0 1001 101000 10101110 1001110 100010

Color Harmonies of #13998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13998B

Black with #13998B

Text Example


Text Example

White with #13998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13998B; }

 p { color: rgb(19,153,139); }

 H1.HeaderClassName
 {
   color: #13998B;
 }
 .AnyTagClassName
 {
   color: #13998B;
 }
</style>

background-color css

<style>
 a { background-color: #13998B; }

 a { background-color: rgb(19,153,139); }

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

border-color css

<style>
 span { border-color: #13998B; }

 span { border-color: rgb(19,153,139); }

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