#1D8996

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

Shades of Java #1D8996

Tints of Java #1D8996

Color information

#1D8996 (or 0x1D8996) is unknown color: approx Java. HEX triplet: 1D, 89 and 96. RGB value is (29,137,150). Sum of RGB (Red+Green+Blue) = 29+137+150=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D8996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8996 is #E27669. Grayscale: #6A6A6A. Windows color (decimal): -14841450 or 9865501. OLE color: 9865501.

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

Color convert

RGB29137150-
CMYK0.810.0900.41
HSL186.45º67.6%35.1%-
HSV(B)186.45º80.67%58.82%-
XYZ14.9620.3531.99-
YUV106.19152.7272.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.18%
GREEN value IS 137 (53.91% from 255) = 43.35%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=9.18%
G=43.35%
B=47.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal291371500.810.0900.41186.4567.635.1
Hex1D8996519029ba4423
Octal352112261211105127210443
Binary111011000100110010110101000110010101001101110101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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