#1C938C

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

Shades of Java #1C938C

Tints of Java #1C938C

Color information

#1C938C (or 0x1C938C) is unknown color: approx Java. HEX triplet: 1C, 93 and 8C. RGB value is (28,147,140). Sum of RGB (Red+Green+Blue) = 28+147+140=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #1C938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C938C is #E36C73. Grayscale: #6E6E6E. Windows color (decimal): -14904436 or 9212700. OLE color: 9212700.

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

Color convert

RGB28147140-
CMYK0.8100.050.42
HSL176.47º68%34.31%-
HSV(B)176.47º80.95%57.65%-
XYZ15.6523.0128.43-
YUV110.62144.5869.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.89%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=8.89%
G=46.67%
B=44.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281471400.8100.050.42176.476834.31
Hex1C938C51052Ab04422
Octal34223214121055226010442
Binary11100100100111000110010100010101101010101100001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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