#1c9194

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

Shades of Java #1C9194

Tints of Java #1C9194

Color information

#1C9194 (or 0x1C9194) is unknown color: approx Java. HEX triplet: 1C, 91 and 94. RGB value is (28,145,148). Sum of RGB (Red+Green+Blue) = 28+145+148=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C9194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9194 is #E36E6B. Grayscale: #6E6E6E. Windows color (decimal): -14904940 or 9736476. OLE color: 9736476.

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

Color convert

RGB28145148-
CMYK0.810.0200.42
HSL181.5º68.18%34.51%-
HSV(B)181.5º81.08%58.04%-
XYZ15.9522.6431.55-
YUV110.36149.2469.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.72%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=8.72%
G=45.17%
B=46.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281451480.810.0200.42181.568.1834.51
Hex1C919451202Ab64423
Octal34221224121205226610443
Binary1110010010001100101001010001100101010101101101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c9194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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