#1C9F8E

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

Shades of Java #1C9F8E

Tints of Java #1C9F8E

Color information

#1C9F8E (or 0x1C9F8E) is unknown color: approx Java. HEX triplet: 1C, 9F and 8E. RGB value is (28,159,142). Sum of RGB (Red+Green+Blue) = 28+159+142=329 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.51% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #1C9F8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9F8E is #E36071. Grayscale: #757575. Windows color (decimal): -14901362 or 9346844. OLE color: 9346844.

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

Color convert

RGB28159142-
CMYK0.8200.110.38
HSL172.21º70.05%36.67%-
HSV(B)172.21º82.39%62.35%-
XYZ17.762729.87-
YUV117.89141.663.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.51%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=8.51%
G=48.33%
B=43.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal281591420.8200.110.38172.2170.0536.67
Hex1C9F8E520B26ac4625
Octal342372161220134625410645
Binary111001001111110001110101001001011100110101011001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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