#1C9499

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

Shades of Java #1C9499

Tints of Java #1C9499

Color information

#1C9499 (or 0x1C9499) is unknown color: approx Java. HEX triplet: 1C, 94 and 99. RGB value is (28,148,153). Sum of RGB (Red+Green+Blue) = 28+148+153=329 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.51% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C9499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9499 is #E36B66. Grayscale: #707070. Windows color (decimal): -14904167 or 10064924. OLE color: 10064924.

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

Color convert

RGB28148153-
CMYK0.820.0300.4
HSL182.4º69.06%35.49%-
HSV(B)182.4º81.7%60%-
XYZ16.8223.7333.83-
YUV112.69150.7467.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.51%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=8.51%
G=44.98%
B=46.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal281481530.820.0300.4182.469.0635.49
Hex1C9499523028b64523
Octal34224231122305026610543
Binary1110010010100100110011010010110101000101101101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,148,153); }

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

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

 a { background-color: rgb(28,148,153); }

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

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

 span { border-color: rgb(28,148,153); }

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