#1F9187

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

Shades of Java #1F9187

Tints of Java #1F9187

Color information

#1F9187 (or 0x1F9187) is unknown color: approx Java. HEX triplet: 1F, 91 and 87. RGB value is (31,145,135). Sum of RGB (Red+Green+Blue) = 31+145+135=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9187 is #E06E78. Grayscale: #6D6D6D. Windows color (decimal): -14708345 or 8884511. OLE color: 8884511.

HSL color Cylindrical-coordinate representation of color #1F9187: hue angle of 174.74º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9187 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB31145135-
CMYK0.7900.070.43
HSL174.74º64.77%34.51%-
HSV(B)174.74º78.62%56.86%-
XYZ15.0622.2926.43-
YUV109.77142.2371.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.97%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=9.97%
G=46.62%
B=43.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311451350.7900.070.43174.7464.7734.51
Hex1F91874F072Baf4123
Octal37221207117075325710143
Binary11111100100011000011110011110111101011101011111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,145,135); }

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

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

 a { background-color: rgb(31,145,135); }

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

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

 span { border-color: rgb(31,145,135); }

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