#1C9388

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

Shades of Java #1C9388

Tints of Java #1C9388

Color information

#1C9388 (or 0x1C9388) is unknown color: approx Java. HEX triplet: 1C, 93 and 88. RGB value is (28,147,136). Sum of RGB (Red+Green+Blue) = 28+147+136=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #1C9388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9388 is #E36C77. Grayscale: #6E6E6E. Windows color (decimal): -14904440 or 8950556. OLE color: 8950556.

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

Color convert

RGB28147136-
CMYK0.8100.070.42
HSL174.45º68%34.31%-
HSV(B)174.45º80.95%57.65%-
XYZ15.3622.8926.9-
YUV110.16142.5869.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.00%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=9.00%
G=47.27%
B=43.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281471360.8100.070.42174.456834.31
Hex1C938851072Aae4422
Octal34223210121075225610442
Binary11100100100111000100010100010111101010101011101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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