#1C9F96

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

Shades of Java #1C9F96

Tints of Java #1C9F96

Color information

#1C9F96 (or 0x1C9F96) is unknown color: approx Java. HEX triplet: 1C, 9F and 96. RGB value is (28,159,150). Sum of RGB (Red+Green+Blue) = 28+159+150=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #1C9F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9F96 is #E36069. Grayscale: #767676. Windows color (decimal): -14901354 or 9871132. OLE color: 9871132.

HSL color Cylindrical-coordinate representation of color #1C9F96: hue angle of 175.88º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9F96 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB28159150-
CMYK0.8200.060.38
HSL175.88º70.05%36.67%-
HSV(B)175.88º82.39%62.35%-
XYZ18.3827.2533.14-
YUV118.8145.663.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.31%
GREEN value IS 159 (62.5% from 255) = 47.18%
BLUE value IS 150 (58.98% from 255) = 44.51%
R=8.31%
G=47.18%
B=44.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal281591500.8200.060.38175.8870.0536.67
Hex1C9F96520626b04625
Octal34237226122064626010645
Binary11100100111111001011010100100110100110101100001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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