#198A93

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

Shades of Java #198A93

Tints of Java #198A93

Color information

#198A93 (or 0x198A93) is unknown color: approx Java. HEX triplet: 19, 8A and 93. RGB value is (25,138,147). Sum of RGB (Red+Green+Blue) = 25+138+147=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #198A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198A93 is #E6756C. Grayscale: #696969. Windows color (decimal): -15103341 or 9669145. OLE color: 9669145.

HSL color Cylindrical-coordinate representation of color #198A93: hue angle of 184.43º 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 #198A93 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB25138147-
CMYK0.830.0600.42
HSL184.43º70.93%33.73%-
HSV(B)184.43º82.99%57.65%-
XYZ14.7620.4930.78-
YUV105.24151.5670.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.06%
GREEN value IS 138 (54.30% from 255) = 44.52%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=8.06%
G=44.52%
B=47.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal251381470.830.0600.42184.4370.9333.73
Hex198A9353602Ab84722
Octal31212223123605227010742
Binary11001100010101001001110100111100101010101110001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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