#1D9196

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

Shades of Java #1D9196

Tints of Java #1D9196

Color information

#1D9196 (or 0x1D9196) is unknown color: approx Java. HEX triplet: 1D, 91 and 96. RGB value is (29,145,150). Sum of RGB (Red+Green+Blue) = 29+145+150=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D9196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9196 is #E26E69. Grayscale: #6E6E6E. Windows color (decimal): -14839402 or 9867549. OLE color: 9867549.

HSL color Cylindrical-coordinate representation of color #1D9196: hue angle of 182.48º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9196 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB29145150-
CMYK0.810.0300.41
HSL182.48º67.6%35.1%-
HSV(B)182.48º80.67%58.82%-
XYZ16.1422.7132.39-
YUV110.89150.0769.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.95%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=8.95%
G=44.75%
B=46.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal291451500.810.0300.41182.4867.635.1
Hex1D9196513029b64423
Octal35221226121305126610443
Binary1110110010001100101101010001110101001101101101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D9196; }

 p { color: rgb(29,145,150); }

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

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

 a { background-color: rgb(29,145,150); }

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

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

 span { border-color: rgb(29,145,150); }

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