Html Css Color HEX #139897 Java

📋 copy color: '#139897'

red 19 ◦ green 152 ◦ blue 151

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

Shades of Java #139897

Tints of Java #139897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

 BLUE value IS 151 (59.38% from 255) = 46.89%

R = 5.9%
G = 47.2%
B = 46.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#139897 (or 0x139897) is known color: Java. HEX triplet: 13, 98 and 97. RGB value is (19,152,151). Sum of RGB (Red+Green+Blue) = 19+152+151=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #139897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139897 is #EC6768. Grayscale: #6F6F6F. Windows color (decimal): -15492969 or 9934867. OLE color: 9934867.

HSL color Cylindrical-coordinate representation of color #139897: hue angle of 179.55º 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 #139897 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 152 151 -
CMYK 0.87 0 0.01 0.40
HSL 179.55º 0.78% 0.34% -
HSV(B) 179.55º 0.88% 0.6% -
XYZ 17.08 24.83 33.17 -
YUV 112.12 149.94 61.58 -
System Red Green Blue C M Y K H S L
Decimal 19 152 151 0.87 0 0.01 0.40 179.55 0.78 0.34
Hex 13 98 97 57 0 1 28 B4 4E 22
Octal 23 230 227 127 0 1 50 264 116 42
Binary 10011 10011000 10010111 1010111 0 1 101000 10110100 1001110 100010

Color Harmonies of #139897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139897

Black with #139897

Text Example


Text Example

White with #139897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139897; }

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

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

background-color css

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

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

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

border-color css

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

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

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