#1D909A

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

Shades of Java #1D909A

Tints of Java #1D909A

Color information

#1D909A (or 0x1D909A) is unknown color: approx Java. HEX triplet: 1D, 90 and 9A. RGB value is (29,144,154). Sum of RGB (Red+Green+Blue) = 29+144+154=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D909A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D909A is #E26F65. Grayscale: #6E6E6E. Windows color (decimal): -14839654 or 10129437. OLE color: 10129437.

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

Color convert

RGB29144154-
CMYK0.810.0600.40
HSL184.8º68.31%35.88%-
HSV(B)184.8º81.17%60.39%-
XYZ16.3122.5434.06-
YUV110.75152.469.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.87%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 154 (60.55% from 255) = 47.09%
R=8.87%
G=44.04%
B=47.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal291441540.810.0600.40184.868.3135.88
Hex1D909A516028b94424
Octal35220232121605027110444
Binary11101100100001001101010100011100101000101110011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,144,154); }

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

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

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

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

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

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

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