#1C9493

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

Shades of Java #1C9493

Tints of Java #1C9493

Color information

#1C9493 (or 0x1C9493) is unknown color: approx Java. HEX triplet: 1C, 94 and 93. RGB value is (28,148,147). Sum of RGB (Red+Green+Blue) = 28+148+147=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9493 is #E36B6C. Grayscale: #6F6F6F. Windows color (decimal): -14904173 or 9671708. OLE color: 9671708.

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

Color convert

RGB28148147-
CMYK0.8100.010.42
HSL179.5º68.18%34.51%-
HSV(B)179.5º81.08%58.04%-
XYZ16.3423.5331.29-
YUV112.01147.7468.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.67%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=8.67%
G=45.82%
B=45.51%

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
Decimal281481470.8100.010.42179.568.1834.51
Hex1C949351012Ab44423
Octal34224223121015226410443
Binary111001001010010010011101000101101010101101001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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