#1c9484

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

Shades of Java #1C9484

Tints of Java #1C9484

Color information

#1C9484 (or 0x1C9484) is unknown color: approx Java. HEX triplet: 1C, 94 and 84. RGB value is (28,148,132). Sum of RGB (Red+Green+Blue) = 28+148+132=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9484 is #E36B7B. Grayscale: #6E6E6E. Windows color (decimal): -14904188 or 8688668. OLE color: 8688668.

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

Color convert

RGB28148132-
CMYK0.8100.110.42
HSL172º68.18%34.51%-
HSV(B)172º81.08%58.04%-
XYZ15.2323.0925.48-
YUV110.3140.2469.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.09%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=9.09%
G=48.05%
B=42.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281481320.8100.110.4217268.1834.51
Hex1C9484510B2Aac4423
Octal342242041210135225410443
Binary111001001010010000100101000101011101010101011001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c9484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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