#1D999F

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

Shades of Java #1D999F

Tints of Java #1D999F

Color information

#1D999F (or 0x1D999F) is unknown color: approx Java. HEX triplet: 1D, 99 and 9F. RGB value is (29,153,159). Sum of RGB (Red+Green+Blue) = 29+153+159=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D999F is #E26660. Grayscale: #747474. Windows color (decimal): -14837345 or 10459421. OLE color: 10459421.

HSL color Cylindrical-coordinate representation of color #1D999F: hue angle of 182.77º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D999F is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB29153159-
CMYK0.820.0400.38
HSL182.77º69.15%36.86%-
HSV(B)182.77º81.76%62.35%-
XYZ18.1625.5536.78-
YUV116.61151.9265.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.50%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 159 (62.5% from 255) = 46.63%
R=8.50%
G=44.87%
B=46.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal291531590.820.0400.38182.7769.1536.86
Hex1D999F524026b74525
Octal35231237122404626710545
Binary11101100110011001111110100101000100110101101111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,153,159); }

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

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

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

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

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

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

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