#109997

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

Shades of Java #109997

Tints of Java #109997

Color information

#109997 (or 0x109997) is unknown color: approx Java. HEX triplet: 10, 99 and 97. RGB value is (16,153,151). Sum of RGB (Red+Green+Blue) = 16+153+151=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #109997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109997 is #EF6668. Grayscale: #6F6F6F. Windows color (decimal): -15689321 or 9935120. OLE color: 9935120.

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

Color convert

RGB16153151-
CMYK0.9000.010.4
HSL179.12º81.07%33.14%-
HSV(B)179.12º89.54%60%-
XYZ17.1925.1333.22-
YUV111.81150.1159.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 151 (59.38% from 255) = 47.19%
R=5%
G=47.81%
B=47.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal161531510.9000.010.4179.1281.0733.14
Hex1099975A0128b35121
Octal20231227132015026312141
Binary100001001100110010111101101001101000101100111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109997; }

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

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

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

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

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

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

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

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