#1c9f9f

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

Shades of Java #1C9F9F

Tints of Java #1C9F9F

Color information

#1C9F9F (or 0x1C9F9F) is unknown color: approx Java. HEX triplet: 1C, 9F and 9F. RGB value is (28,159,159). Sum of RGB (Red+Green+Blue) = 28+159+159=346 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.09% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #1C9F9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9F9F is #E36060. Grayscale: #777777. Windows color (decimal): -14901345 or 10460956. OLE color: 10460956.

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

Color convert

RGB28159159-
CMYK0.82000.38
HSL180º70.05%36.67%-
HSV(B)180º82.39%62.35%-
XYZ19.1427.5537.11-
YUV119.83150.162.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.09%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=8.09%
G=45.95%
B=45.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal281591590.82000.3818070.0536.67
Hex1C9F9F520026b44625
Octal34237237122004626410645
Binary111001001111110011111101001000100110101101001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c9f9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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