#198D9B

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

Shades of Java #198D9B

Tints of Java #198D9B

Color information

#198D9B (or 0x198D9B) is unknown color: approx Java. HEX triplet: 19, 8D and 9B. RGB value is (25,141,155). Sum of RGB (Red+Green+Blue) = 25+141+155=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #198D9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198D9B is #E67264. Grayscale: #6B6B6B. Windows color (decimal): -15102565 or 10194201. OLE color: 10194201.

HSL color Cylindrical-coordinate representation of color #198D9B: hue angle of 186.46º 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 #198D9B is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB25141155-
CMYK0.840.0900.39
HSL186.46º72.22%35.29%-
HSV(B)186.46º83.87%60.78%-
XYZ15.8421.6234.35-
YUV107.91154.5768.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251411550.840.0900.39186.4672.2235.29
Hex198D9B549027ba4823
Octal312152331241104727211043
Binary110011000110110011011101010010010100111101110101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198D9B; }

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

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

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

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

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

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

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

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