#1C9B95

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

Shades of Java #1C9B95

Tints of Java #1C9B95

Color information

#1C9B95 (or 0x1C9B95) is unknown color: approx Java. HEX triplet: 1C, 9B and 95. RGB value is (28,155,149). Sum of RGB (Red+Green+Blue) = 28+155+149=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9B95 is #E3646A. Grayscale: #747474. Windows color (decimal): -14902379 or 9804572. OLE color: 9804572.

HSL color Cylindrical-coordinate representation of color #1C9B95: hue angle of 177.17º 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 #1C9B95 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB28155149-
CMYK0.8200.040.39
HSL177.17º69.4%35.88%-
HSV(B)177.17º81.94%60.78%-
XYZ17.6325.8632.5-
YUV116.34146.4264.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.43%
GREEN value IS 155 (60.94% from 255) = 46.69%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=8.43%
G=46.69%
B=44.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal281551490.8200.040.39177.1769.435.88
Hex1C9B95520427b14524
Octal34233225122044726110544
Binary11100100110111001010110100100100100111101100011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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