#1c9797

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

Shades of Java #1C9797

Tints of Java #1C9797

Color information

#1C9797 (or 0x1C9797) is unknown color: approx Java. HEX triplet: 1C, 97 and 97. RGB value is (28,151,151). Sum of RGB (Red+Green+Blue) = 28+151+151=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #1C9797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9797 is #E36868. Grayscale: #727272. Windows color (decimal): -14903401 or 9934620. OLE color: 9934620.

HSL color Cylindrical-coordinate representation of color #1C9797: hue angle of 180º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9797 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB28151151-
CMYK0.81000.41
HSL180º68.72%35.1%-
HSV(B)180º81.46%59.22%-
XYZ17.1324.6133.13-
YUV114.22148.7566.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.48%
GREEN value IS 151 (59.38% from 255) = 45.76%
BLUE value IS 151 (59.38% from 255) = 45.76%
R=8.48%
G=45.76%
B=45.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal281511510.81000.4118068.7235.1
Hex1C9797510029b44523
Octal34227227121005126410543
Binary111001001011110010111101000100101001101101001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c9797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,151,151); }

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

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

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

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

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

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

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