#1C9A99

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

Shades of Java #1C9A99

Tints of Java #1C9A99

Color information

#1C9A99 (or 0x1C9A99) is unknown color: approx Java. HEX triplet: 1C, 9A and 99. RGB value is (28,154,153). Sum of RGB (Red+Green+Blue) = 28+154+153=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #1C9A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9A99 is #E36566. Grayscale: #747474. Windows color (decimal): -14902631 or 10066460. OLE color: 10066460.

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

Color convert

RGB28154153-
CMYK0.8200.010.40
HSL179.52º69.23%35.69%-
HSV(B)179.52º81.82%60.39%-
XYZ17.7825.6634.15-
YUV116.21148.7665.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.36%
GREEN value IS 154 (60.55% from 255) = 45.97%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=8.36%
G=45.97%
B=45.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal281541530.8200.010.40179.5269.2335.69
Hex1C9A99520128b44524
Octal34232231122015026410544
Binary111001001101010011001101001001101000101101001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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