#1C9B96

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

Shades of Java #1C9B96

Tints of Java #1C9B96

Color information

#1C9B96 (or 0x1C9B96) is unknown color: approx Java. HEX triplet: 1C, 9B and 96. RGB value is (28,155,150). Sum of RGB (Red+Green+Blue) = 28+155+150=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9B96 is #E36469. Grayscale: #747474. Windows color (decimal): -14902378 or 9870108. OLE color: 9870108.

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

Color convert

RGB28155150-
CMYK0.8200.030.39
HSL177.64º69.4%35.88%-
HSV(B)177.64º81.94%60.78%-
XYZ17.7125.8932.92-
YUV116.46146.9264.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.41%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=8.41%
G=46.55%
B=45.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal281551500.8200.030.39177.6469.435.88
Hex1C9B96520327b24524
Octal34233226122034726210544
Binary1110010011011100101101010010011100111101100101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,155,150); }

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

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

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

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

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

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

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