#1C9E95

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

Shades of Java #1C9E95

Tints of Java #1C9E95

Color information

#1C9E95 (or 0x1C9E95) is unknown color: approx Java. HEX triplet: 1C, 9E and 95. RGB value is (28,158,149). Sum of RGB (Red+Green+Blue) = 28+158+149=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #1C9E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9E95 is #E3616A. Grayscale: #767676. Windows color (decimal): -14901611 or 9805340. OLE color: 9805340.

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

Color convert

RGB28158149-
CMYK0.8200.060.38
HSL175.85º69.89%36.47%-
HSV(B)175.85º82.28%61.96%-
XYZ18.1326.8732.66-
YUV118.1145.4363.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.36%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=8.36%
G=47.16%
B=44.48%

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
Decimal281581490.8200.060.38175.8569.8936.47
Hex1C9E95520626b04624
Octal34236225122064626010644
Binary11100100111101001010110100100110100110101100001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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