#1F9A9F

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

Shades of Java #1F9A9F

Tints of Java #1F9A9F

Color information

#1F9A9F (or 0x1F9A9F) is unknown color: approx Java. HEX triplet: 1F, 9A and 9F. RGB value is (31,154,159). Sum of RGB (Red+Green+Blue) = 31+154+159=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F9A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9A9F is #E06560. Grayscale: #757575. Windows color (decimal): -14706017 or 10459679. OLE color: 10459679.

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

Color convert

RGB31154159-
CMYK0.810.0300.38
HSL182.34º67.37%37.25%-
HSV(B)182.34º80.5%62.35%-
XYZ18.3825.9136.83-
YUV117.79151.2566.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.01%
GREEN value IS 154 (60.55% from 255) = 44.77%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=9.01%
G=44.77%
B=46.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal311541590.810.0300.38182.3467.3737.25
Hex1F9A9F513026b64325
Octal37232237121304626610345
Binary1111110011010100111111010001110100110101101101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,154,159); }

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

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

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

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

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

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

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