#1C9994

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

Shades of Java #1C9994

Tints of Java #1C9994

Color information

#1C9994 (or 0x1C9994) is unknown color: approx Java. HEX triplet: 1C, 99 and 94. RGB value is (28,153,148). Sum of RGB (Red+Green+Blue) = 28+153+148=329 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.51% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #1C9994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9994 is #E3666B. Grayscale: #727272. Windows color (decimal): -14902892 or 9738524. OLE color: 9738524.

HSL color Cylindrical-coordinate representation of color #1C9994: hue angle of 177.6º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9994 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB28153148-
CMYK0.8200.030.4
HSL177.6º69.06%35.49%-
HSV(B)177.6º81.7%60%-
XYZ17.2225.1731.97-
YUV115.06146.5965.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.51%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=8.51%
G=46.50%
B=44.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal281531480.8200.030.4177.669.0635.49
Hex1C9994520328b24523
Octal34231224122035026210543
Binary1110010011001100101001010010011101000101100101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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