#1D8F9A

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

Shades of Java #1D8F9A

Tints of Java #1D8F9A

Color information

#1D8F9A (or 0x1D8F9A) is unknown color: approx Java. HEX triplet: 1D, 8F and 9A. RGB value is (29,143,154). Sum of RGB (Red+Green+Blue) = 29+143+154=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D8F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8F9A is #E27065. Grayscale: #6E6E6E. Windows color (decimal): -14839910 or 10129181. OLE color: 10129181.

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

Color convert

RGB29143154-
CMYK0.810.0700.40
HSL185.28º68.31%35.88%-
HSV(B)185.28º81.17%60.39%-
XYZ16.1622.2434.01-
YUV110.17152.7370.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.90%
GREEN value IS 143 (56.25% from 255) = 43.87%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=8.90%
G=43.87%
B=47.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal291431540.810.0700.40185.2868.3135.88
Hex1D8F9A517028b94424
Octal35217232121705027110444
Binary11101100011111001101010100011110101000101110011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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