#1D9498

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

Shades of Java #1D9498

Tints of Java #1D9498

Color information

#1D9498 (or 0x1D9498) is unknown color: approx Java. HEX triplet: 1D, 94 and 98. RGB value is (29,148,152). Sum of RGB (Red+Green+Blue) = 29+148+152=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D9498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9498 is #E26B67. Grayscale: #707070. Windows color (decimal): -14838632 or 9999389. OLE color: 9999389.

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

Color convert

RGB29148152-
CMYK0.810.0300.40
HSL181.95º67.96%35.49%-
HSV(B)181.95º80.92%59.61%-
XYZ16.7623.7133.4-
YUV112.88150.0868.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.81%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=8.81%
G=44.98%
B=46.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal291481520.810.0300.40181.9567.9635.49
Hex1D9498513028b64423
Octal35224230121305026610443
Binary1110110010100100110001010001110101000101101101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,148,152); }

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

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

 a { background-color: rgb(29,148,152); }

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

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

 span { border-color: rgb(29,148,152); }

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