#109899

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

Shades of Java #109899

Tints of Java #109899

Color information

#109899 (or 0x109899) is unknown color: approx Java. HEX triplet: 10, 98 and 99. RGB value is (16,152,153). Sum of RGB (Red+Green+Blue) = 16+152+153=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #109899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109899 is #EF6766. Grayscale: #6F6F6F. Windows color (decimal): -15689575 or 10065936. OLE color: 10065936.

HSL color Cylindrical-coordinate representation of color #109899: hue angle of 180.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109899 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB16152153-
CMYK0.900.0100.4
HSL180.44º81.07%33.14%-
HSV(B)180.44º89.54%60%-
XYZ17.1924.8734.03-
YUV111.45151.4459.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.98%
GREEN value IS 152 (59.77% from 255) = 47.35%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=4.98%
G=47.35%
B=47.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal161521530.900.0100.4180.4481.0733.14
Hex1098995A1028b45121
Octal20230231132105026412141
Binary100001001100010011001101101010101000101101001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109899; }

 p { color: rgb(16,152,153); }

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

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

 a { background-color: rgb(16,152,153); }

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

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

 span { border-color: rgb(16,152,153); }

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