#1D908A

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

Shades of Java #1D908A

Tints of Java #1D908A

Color information

#1D908A (or 0x1D908A) is unknown color: approx Java. HEX triplet: 1D, 90 and 8A. RGB value is (29,144,138). Sum of RGB (Red+Green+Blue) = 29+144+138=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #1D908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D908A is #E26F75. Grayscale: #6C6C6C. Windows color (decimal): -14839670 or 9080861. OLE color: 9080861.

HSL color Cylindrical-coordinate representation of color #1D908A: hue angle of 176.87º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D908A is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB29144138-
CMYK0.8000.040.44
HSL176.87º66.47%33.92%-
HSV(B)176.87º79.86%56.47%-
XYZ15.0722.0427.51-
YUV108.93144.470.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.32%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=9.32%
G=46.30%
B=44.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal291441380.8000.040.44176.8766.4733.92
Hex1D908A50042Cb14222
Octal35220212120045426110242
Binary11101100100001000101010100000100101100101100011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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