Html Css Color HEX #199388 Java

📋 copy color: '#199388'

red 25 ◦ green 147 ◦ blue 136

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

Shades of Java #199388

Tints of Java #199388

RGB

 RED value IS 25 (10.16% from 255) = 8.12%

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

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 8.12%
G = 47.73%
B = 44.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#199388 (or 0x199388) is known color: Java. HEX triplet: 19, 93 and 88. RGB value is (25,147,136). Sum of RGB (Red+Green+Blue) = 25+147+136=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #199388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199388 is #E66C77. Grayscale: #6D6D6D. Windows color (decimal): -15101048 or 8950553. OLE color: 8950553.

HSL color Cylindrical-coordinate representation of color #199388: hue angle of 174.59º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199388 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 147 136 -
CMYK 0.83 0 0.07 0.42
HSL 174.59º 0.71% 0.34% -
HSV(B) 174.59º 0.83% 0.58% -
XYZ 15.28 22.85 26.9 -
YUV 109.27 143.08 67.89 -
System Red Green Blue C M Y K H S L
Decimal 25 147 136 0.83 0 0.07 0.42 174.59 0.71 0.34
Hex 19 93 88 53 0 7 2A AF 47 22
Octal 31 223 210 123 0 7 52 257 107 42
Binary 11001 10010011 10001000 1010011 0 111 101010 10101111 1000111 100010

Color Harmonies of #199388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199388

Black with #199388

Text Example


Text Example

White with #199388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199388; }

 p { color: rgb(25,147,136); }

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

background-color css

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

 a { background-color: rgb(25,147,136); }

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

border-color css

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

 span { border-color: rgb(25,147,136); }

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