#1D9696

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

Shades of Java #1D9696

Tints of Java #1D9696

Color information

#1D9696 (or 0x1D9696) is unknown color: approx Java. HEX triplet: 1D, 96 and 96. RGB value is (29,150,150). Sum of RGB (Red+Green+Blue) = 29+150+150=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #1D9696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9696 is #E26969. Grayscale: #717171. Windows color (decimal): -14838122 or 9868829. OLE color: 9868829.

HSL color Cylindrical-coordinate representation of color #1D9696: hue angle of 180º 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 #1D9696 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB29150150-
CMYK0.81000.41
HSL180º67.6%35.1%-
HSV(B)180º80.67%58.82%-
XYZ16.9224.2832.65-
YUV113.82148.4167.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.81%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 150 (58.98% from 255) = 45.59%
R=8.81%
G=45.59%
B=45.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal291501500.81000.4118067.635.1
Hex1D9696510029b44423
Octal35226226121005126410443
Binary111011001011010010110101000100101001101101001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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