#199B8D

Color #199B8D Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #199B8D

Tints of Java #199B8D

Color information

#199B8D (or 0x199B8D) is unknown color: approx Java. HEX triplet: 19, 9B and 8D. RGB value is (25,155,141). Sum of RGB (Red+Green+Blue) = 25+155+141=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #199B8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B8D is #E66472. Grayscale: #727272. Windows color (decimal): -15098995 or 9280281. OLE color: 9280281.

HSL color Cylindrical-coordinate representation of color #199B8D: hue angle of 173.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B8D is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB25155141-
CMYK0.8400.090.39
HSL173.54º72.22%35.29%-
HSV(B)173.54º83.87%60.78%-
XYZ16.9325.5729.24-
YUV114.53142.9364.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.79%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=7.79%
G=48.29%
B=43.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251551410.8400.090.39173.5472.2235.29
Hex199B8D540927ae4823
Octal312332151240114725611043
Binary110011001101110001101101010001001100111101011101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #199B8D;
 }
 .AnyTagClassName
 {
   color: #199B8D;
 }
</style>
background-color css

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

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

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

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

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

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