#1C9492

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

Shades of Java #1C9492

Tints of Java #1C9492

Color information

#1C9492 (or 0x1C9492) is unknown color: approx Java. HEX triplet: 1C, 94 and 92. RGB value is (28,148,146). Sum of RGB (Red+Green+Blue) = 28+148+146=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9492 is #E36B6D. Grayscale: #6F6F6F. Windows color (decimal): -14904174 or 9606172. OLE color: 9606172.

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

Color convert

RGB28148146-
CMYK0.8100.010.42
HSL179º68.18%34.51%-
HSV(B)179º81.08%58.04%-
XYZ16.2623.530.87-
YUV111.89147.2468.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.70%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=8.70%
G=45.96%
B=45.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281481460.8100.010.4217968.1834.51
Hex1C949251012Ab34423
Octal34224222121015226310443
Binary111001001010010010010101000101101010101100111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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