Html Css Color HEX #199B9E Java

📋 copy color: '#199B9E'

red 25 ◦ green 155 ◦ blue 158

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

Shades of Java #199B9E

Tints of Java #199B9E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.86%

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 7.4%
G = 45.86%
B = 46.75%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#199B9E (or 0x199B9E) is known color: Java. HEX triplet: 19, 9B and 9E. RGB value is (25,155,158). Sum of RGB (Red+Green+Blue) = 25+155+158=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #199B9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B9E is #E66461. Grayscale: #747474. Windows color (decimal): -15098978 or 10394393. OLE color: 10394393.

HSL color Cylindrical-coordinate representation of color #199B9E: hue angle of 181.35º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B9E is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 155 158 -
CMYK 0.84 0.02 0 0.38
HSL 181.35º 0.73% 0.36% -
HSV(B) 181.35º 0.84% 0.62% -
XYZ 18.29 26.12 36.42 -
YUV 116.47 151.43 62.76 -
System Red Green Blue C M Y K H S L
Decimal 25 155 158 0.84 0.02 0 0.38 181.35 0.73 0.36
Hex 19 9B 9E 54 2 0 26 B5 49 24
Octal 31 233 236 124 2 0 46 265 111 44
Binary 11001 10011011 10011110 1010100 10 0 100110 10110101 1001001 100100

Color Harmonies of #199B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199B9E

Black with #199B9E

Text Example


Text Example

White with #199B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199B9E; }

 p { color: rgb(25,155,158); }

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

background-color css

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

 a { background-color: rgb(25,155,158); }

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

border-color css

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

 span { border-color: rgb(25,155,158); }

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