#10999A

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

Shades of Java #10999A

Tints of Java #10999A

Color information

#10999A (or 0x10999A) is unknown color: approx Java. HEX triplet: 10, 99 and 9A. RGB value is (16,153,154). Sum of RGB (Red+Green+Blue) = 16+153+154=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #10999A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10999A is #EF6665. Grayscale: #707070. Windows color (decimal): -15689318 or 10131728. OLE color: 10131728.

HSL color Cylindrical-coordinate representation of color #10999A: hue angle of 180.43º 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 #10999A is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB16153154-
CMYK0.900.0100.40
HSL180.43º81.18%33.33%-
HSV(B)180.43º89.61%60.39%-
XYZ17.4425.2334.52-
YUV112.15151.6159.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.95%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=4.95%
G=47.37%
B=47.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal161531540.900.0100.40180.4381.1833.33
Hex10999A5A1028b45121
Octal20231232132105026412141
Binary100001001100110011010101101010101000101101001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10999A; }

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

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

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

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

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

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

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

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