#19998C

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

Shades of Java #19998C

Tints of Java #19998C

Color information

#19998C (or 0x19998C) is unknown color: approx Java. HEX triplet: 19, 99 and 8C. RGB value is (25,153,140). Sum of RGB (Red+Green+Blue) = 25+153+140=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #19998C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19998C is #E66673. Grayscale: #717171. Windows color (decimal): -15099508 or 9214233. OLE color: 9214233.

HSL color Cylindrical-coordinate representation of color #19998C: hue angle of 173.91º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19998C is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB25153140-
CMYK0.8400.080.4
HSL173.91º71.91%34.9%-
HSV(B)173.91º83.66%60%-
XYZ16.5324.8828.74-
YUV113.25143.0965.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=7.86%
G=48.11%
B=44.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251531400.8400.080.4173.9171.9134.9
Hex19998C540828ae4823
Octal312312141240105025611043
Binary110011001100110001100101010001000101000101011101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19998C; }

 p { color: rgb(25,153,140); }

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

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

 a { background-color: rgb(25,153,140); }

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

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

 span { border-color: rgb(25,153,140); }

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