#1D9299

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

Shades of Java #1D9299

Tints of Java #1D9299

Color information

#1D9299 (or 0x1D9299) is unknown color: approx Java. HEX triplet: 1D, 92 and 99. RGB value is (29,146,153). Sum of RGB (Red+Green+Blue) = 29+146+153=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D9299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9299 is #E26D66. Grayscale: #6F6F6F. Windows color (decimal): -14839143 or 10064413. OLE color: 10064413.

HSL color Cylindrical-coordinate representation of color #1D9299: hue angle of 183.39º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9299 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB29146153-
CMYK0.810.0500.4
HSL183.39º68.13%35.69%-
HSV(B)183.39º81.05%60%-
XYZ16.5423.1233.73-
YUV111.82151.2468.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.84%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=8.84%
G=44.51%
B=46.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal291461530.810.0500.4183.3968.1335.69
Hex1D9299515028b74424
Octal35222231121505026710444
Binary11101100100101001100110100011010101000101101111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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